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