mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
30 lines
443 B
Plaintext
30 lines
443 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_NINJA,
|
|
ROLE_VAMPIRE,
|
|
ROLE_DEMON,
|
|
ROLE_REVENANT,
|
|
ROLE_GUARDIAN,
|
|
ROLE_MORPH,
|
|
ROLE_GSPIDER,
|
|
ROLE_TSPIDER,
|
|
))
|
|
|
|
// Bannable other roles
|
|
GLOBAL_LIST_INIT(other_roles, list(
|
|
ROLE_SENTIENT,
|
|
ROLE_NYMPH,
|
|
ROLE_ERT,
|
|
ROLE_GHOST,
|
|
ROLEBAN_AHUD,
|
|
ROLEBAN_RECORDS
|
|
))
|