Skip to content

Commit

Permalink
Prepend cm_ to every DominatorLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoutinho committed Jan 12, 2022
1 parent 0e15261 commit 2dfb002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions root/scripts/vscripts/mutation16.nut
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ DirectorOptions <-
cm_SpecialSlotCountdownTime = 15
cm_SpecialRespawnInterval = 1
cm_MaxSpecials = 4
cm_DominatorLimit = 4

HunterLimit = 4
BoomerLimit = 0
SmokerLimit = 0
SpitterLimit = 0
ChargerLimit = 0
JockeyLimit = 0

DominatorLimit = 4
}
3 changes: 1 addition & 2 deletions root/scripts/vscripts/mutation4.nut
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ DirectorOptions <-
cm_SpecialRespawnInterval = 15
cm_MaxSpecials = 8
cm_BaseSpecialLimit = 2

DominatorLimit = 8
cm_DominatorLimit = 8
}

0 comments on commit 2dfb002

Please sign in to comment.