Merge pull request #1676 from silveryferret/be_renegades

Adds Be renegade underneath Character Setup
This commit is contained in:
Datraen
2016-05-16 22:49:42 -04:00
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