Files
Paradise/code/__DEFINES/rolebans.dm
Daylight 6275852fe9 Removes Unused Settings From Game Preferances (#23368)
* Removes all reference of ROLE_NINJA

* By public demand
2023-12-11 16:56:08 +00:00

29 lines
428 B
Plaintext

// Bannable antag roles
GLOBAL_LIST_INIT(antag_roles, list(
ROLE_TRAITOR,
ROLE_OPERATIVE,
ROLE_CHANGELING,
ROLE_WIZARD,
ROLE_REV,
ROLE_ALIEN,
ROLE_CULTIST,
ROLE_BLOB,
ROLE_VAMPIRE,
ROLE_DEMON,
ROLE_REVENANT,
ROLE_GUARDIAN,
ROLE_MORPH,
ROLE_TSPIDER,
))
// Bannable other roles
GLOBAL_LIST_INIT(other_roles, list(
ROLE_SENTIENT,
ROLE_NYMPH,
ROLE_ERT,
ROLE_GHOST,
ROLEBAN_AHUD,
ROLEBAN_RECORDS,
ROLE_ELITE
))