Fixed typo

Closes: https://github.com/acemod/ACE3/pull/4697
This commit is contained in:
ulteq 2016-12-14 18:33:36 +01:00
parent a2b964a993
commit dafefda04a

View File

@ -67,7 +67,7 @@ class ADDON {
class Crush: Abrasion {
effectiveness = 1;
reopeningChance = 0.2;
reopeningMinDelay = 20;
reopeningMinDelay = 200;
reopeningMaxDelay = 1000;
};
class CrushMinor: Crush {