Fixed Slimaggedon spawning -- Uses antag menu

This commit is contained in:
ZomgPonies
2014-01-04 22:11:16 -05:00
parent e9feda83cb
commit af92092f64
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"infested monkey" = IS_MODE_COMPILED("monkey"), // 9
"ninja" = "true", // 10
"vox raider" = IS_MODE_COMPILED("heist"), // 11
"diona" = 1, // 12
"slime" = 1, // 12
"vampire" = IS_MODE_COMPILED("vampire") // 13
)