Rename all "medium" difficulties to "normal"

This commit is contained in:
abcdefg30
2016-08-31 23:05:34 +02:00
parent 43b7c98c33
commit e2a2c6433f
6 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ if Difficulty == "easy" then
DamageModifier = 0.5
LongBowReinforcements = { "heli", "heli" }
ParadropArtillery = true
elseif Difficulty == "medium" then
elseif Difficulty == "normal" then
AttackAtFrameIncrement = DateTime.Seconds(18)
AttackAtFrameIncrementInf = DateTime.Seconds(12)
TimerTicks = DateTime.Minutes(20)