Skip to content

Commit

Permalink
Final UI fixing attempts.
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantCerberus committed Jan 29, 2025
1 parent d43dd8c commit 2d9186f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
/datum/preference/choiced/handedness/init_possible_values()
return list("Random") + GLOB.side_choice_handedness

/datum/preference/choiced/handedness/create_default_value()
return "Random"

/datum/preference/choiced/handedness/is_accessible(datum/preferences/preferences)
. = ..()
if (!.)
if (!..(preferences))
return FALSE

return "Handedness" in preferences.all_quirks
Expand Down

0 comments on commit 2d9186f

Please sign in to comment.