mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
6275852fe9
* Removes all reference of ROLE_NINJA * By public demand
29 lines
428 B
Plaintext
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
|
|
))
|