mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Removes Mutiny
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#define ROLE_RAIDER "vox raider"
|
||||
#define ROLE_TRADER "trader"
|
||||
#define ROLE_VAMPIRE "vampire"
|
||||
#define ROLE_MUTINEER "mutineer"
|
||||
// Role tags for EVERYONE!
|
||||
#define ROLE_BORER "cortical borer"
|
||||
#define ROLE_DEMON "slaughter demon"
|
||||
@@ -62,7 +61,6 @@ var/global/list/special_roles = list(
|
||||
// ROLE_HOG_CULTIST = /datum/game_mode/hand_of_god,
|
||||
ROLE_RAIDER = /datum/game_mode/heist,
|
||||
ROLE_VAMPIRE = /datum/game_mode/vampire,
|
||||
ROLE_MUTINEER = /datum/game_mode/mutiny,
|
||||
ROLE_BORER,
|
||||
ROLE_DEMON,
|
||||
ROLE_SENTIENT,
|
||||
|
||||
@@ -12,7 +12,6 @@ var/global/list/antag_roles = list(
|
||||
ROLE_SHADOWLING,
|
||||
ROLE_RAIDER,
|
||||
ROLE_VAMPIRE,
|
||||
ROLE_MUTINEER,
|
||||
ROLE_BORER,
|
||||
ROLE_DEMON,
|
||||
ROLE_REVENANT,
|
||||
|
||||
Reference in New Issue
Block a user