Rename all "medium" difficulties to "normal"
This commit is contained in:
@@ -11,7 +11,7 @@ BeachheadTrigger =
|
||||
|
||||
Difficulty = Map.LobbyOption("difficulty")
|
||||
|
||||
if Difficulty == "medium" then
|
||||
if Difficulty == "normal" then
|
||||
BaseRaidInterval = DateTime.Minutes(3)
|
||||
BaseFrontAttackInterval = DateTime.Minutes(3) + DateTime.Seconds(30)
|
||||
BaseRearAttackInterval = DateTime.Minutes(8)
|
||||
|
||||
Reference in New Issue
Block a user