Skip to content

Commit

Permalink
tweak (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Feb 2, 2025
1 parent f81c72b commit b139591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/__DEFINES/role_preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ GLOBAL_LIST_INIT(special_roles, list(
ROLE_THIEF = 0,
ROLE_TRAITOR = 0,
ROLE_WIZARD = 14,
ROLE_VAMPIRE = 0,

// Midround
ROLE_ABDUCTOR = 0,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/client/preferences/antagonists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/datum/preference/blob/antagonists/create_default_value()
. = list()
for(var/antagonist in GLOB.special_roles)
.[antagonist] = FALSE
.[antagonist] = TRUE

/datum/preference/blob/antagonists/deserialize(input, datum/preferences/preferences)
var/list/reference = create_default_value()
Expand Down

0 comments on commit b139591

Please sign in to comment.