MONKEY MODE: "IT ACTUALLY WORKS" EDITION

Probability support for monkey mode.
Player config support for monkey mode.
Check Antags support for monkey mode.
This commit is contained in:
Cheridan
2014-07-08 22:55:47 -05:00
parent d189887d5f
commit 3612a9a8a0
10 changed files with 63 additions and 31 deletions
+1
View File
@@ -16,6 +16,7 @@ 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
)