Added BE_RAIDER pref to player setup and adjusted vox min player counts away from local testing values.

This commit is contained in:
Zuhayr
2013-07-28 06:05:22 -07:00
parent 810d86d200
commit 168e334abd
2 changed files with 6 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"cultist" = IS_MODE_COMPILED("cult"), // 8
"infested monkey" = IS_MODE_COMPILED("monkey"), // 9
"ninja" = "true", // 10
"vox raider" = IS_MODE_COMPILED("heist"), // 11
)
var/const/MAX_SAVE_SLOTS = 10