mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
[MIRROR] ""Antagonism"" Cleanup (#9807)
Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Killian
Kashargul
parent
f5de4689e8
commit
73486c399b
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user