WIP Ninja GM junk

This commit is contained in:
Whitellama
2013-06-26 16:30:24 -07:00
parent 7213e817f5
commit 90eaca1e53
10 changed files with 178 additions and 33 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"pAI candidate" = 1, // -- TLE // 7
"cultist" = IS_MODE_COMPILED("cult"), // 8
"infested monkey" = IS_MODE_COMPILED("monkey"), // 9
"space ninja" = "true", // 10
"ninja" = "true", // 10
)
var/const/MAX_SAVE_SLOTS = 10