Skip to content

Commit

Permalink
add divergent clone to preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
brndd committed Dec 12, 2024
1 parent 831a5c8 commit a58d519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var/global/list/special_roles = list(
ROLE_MINOR = 1,
ROLE_PRISONER = 1,
ROLE_GRUE = 1,
DIVERGENTCLONE = 1,
)

/var/list/antag_roles = list(
Expand All @@ -52,6 +53,7 @@ var/global/list/special_roles = list(
ROLE_MINOR = 1,
ROLE_PRISONER = 1,
ROLE_GRUE = 1,
DIVERGENTCLONE = 1,
)

var/list/nonantag_roles = list(
Expand Down Expand Up @@ -85,6 +87,7 @@ var/list/role_wiki=list(
ROLE_MINOR = "Minor_Roles",
ROLE_PRISONER = "Minor_Roles",
ROLE_GRUE = "Grue",
DIVERGENTCLONE = "Divergent_Clone",
)

var/list/special_popup_text2num = list(
Expand Down

0 comments on commit a58d519

Please sign in to comment.