Replaces BE_MONKEY with BE_RENEGADE

As title. Also adds Renegade into the antagonism tab underneath
character set up.
This commit is contained in:
silveryferret
2016-05-16 21:20:30 -05:00
parent d5295eccd1
commit 82f09c1642
3 changed files with 8 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"alien candidate" = 1, //always show // 6
"positronic brain" = 1, // 7
"cultist" = IS_MODE_COMPILED("cult"), // 8
"infested monkey" = IS_MODE_COMPILED("monkey"), // 9
"renegade" = 1, // 9
"ninja" = "true", // 10
"raider" = IS_MODE_COMPILED("heist"), // 11
"diona" = 1, // 12