Gang Mode

This commit is contained in:
ikarrus
2014-08-30 23:17:14 -06:00
parent 9a7142e705
commit 4c801434a8
29 changed files with 758 additions and 60 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"pAI candidate" = 1, // 7
"cultist" = IS_MODE_COMPILED("cult"), // 8
"blob" = IS_MODE_COMPILED("blob"), // 9
"monkey" = IS_MODE_COMPILED("monkey") // 10
"monkey" = IS_MODE_COMPILED("monkey"), // 10
"gangster" = IS_MODE_COMPILED("gang") // 11
)