From 73486c399b6361c455ecfca1ac45960e4eed0eef Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:01:39 -0700 Subject: [PATCH] [MIRROR] ""Antagonism"" Cleanup (#9807) Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- .../client/preference_setup/antagonism/02_candidacy.dm | 4 ++++ code/modules/client/preference_setup/preference_setup.dm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/antagonism/02_candidacy.dm b/code/modules/client/preference_setup/antagonism/02_candidacy.dm index 914c2ec724..8b665abd3e 100644 --- a/code/modules/client/preference_setup/antagonism/02_candidacy.dm +++ b/code/modules/client/preference_setup/antagonism/02_candidacy.dm @@ -1,6 +1,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in setup.dm --rastaf //some autodetection here. // Change these to 0 if the equivalent mode is disabled for whatever reason! + // CHOMPEdit Start "traitor" = 1, // 0 "operative" = 1, // 1 "changeling" = 1, // 2 @@ -8,7 +9,9 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set "malf AI" = 1, // 4 "revolutionary" = 1, // 5 "alien candidate" = 1, // 6 + // CHOMPEdit End "positronic brain" = 1, // 7 + // CHOMPEdit Start "cultist" = 1, // 8 "renegade" = 1, // 9 "ninja" = 1, // 10 @@ -17,6 +20,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set "mutineer" = 1, // 13 "loyalist" = 1, // 14 "GHOST" = 0, // CHOMPEDIT - add seperate section for ghost roles + // CHOMPEdit End "pAI candidate" = 1, // 15 //VOREStation Add "lost drone" = 1, // 16 diff --git a/code/modules/client/preference_setup/preference_setup.dm b/code/modules/client/preference_setup/preference_setup.dm index ce487482ab..621ed9338d 100644 --- a/code/modules/client/preference_setup/preference_setup.dm +++ b/code/modules/client/preference_setup/preference_setup.dm @@ -13,7 +13,7 @@ category_item_type = /datum/category_item/player_setup_item/occupation /datum/category_group/player_setup_category/appearance_preferences - name = "Antagonism" + name = "Special Roles" sort_order = 4 category_item_type = /datum/category_item/player_setup_item/antagonism