Gives IAA its own preference (#40019)

* Gives IAA its own preference

* Why did I add it for the ban when I didn't add any way to ban them from it.

* de-capitalizes
This commit is contained in:
Nich
2018-09-05 18:43:10 +02:00
committed by yogstation13-bot
parent 8a64b61437
commit a3b61d6dd7
3 changed files with 5 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
#define ROLE_DRONE "drone"
#define ROLE_DEATHSQUAD "deathsquad"
#define ROLE_LAVALAND "lavaland"
#define ROLE_INTERNAL_AFFAIRS "internal affairs agent"
//Missing assignment means it's not a gamemode specific role, IT'S NOT A BUG OR ERROR.
//The gamemode specific ones are just so the gamemodes can query whether a player is old enough
@@ -56,6 +57,7 @@ GLOBAL_LIST_INIT(special_roles, list(
ROLE_DEVIL = /datum/game_mode/devil,
ROLE_SERVANT_OF_RATVAR = /datum/game_mode/clockwork_cult,
ROLE_OVERTHROW = /datum/game_mode/overthrow,
ROLE_INTERNAL_AFFAIRS = /datum/game_mode/traitor/internal_affairs,
ROLE_SENTIENCE
))