* winsets

* .

* .

* match

* .

* .

* .

* .

* needed

* Gets rid of unused interface window

---------

Co-authored-by: ItsSelis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
Kashargul
2026-07-21 23:22:18 +02:00
committed by GitHub
co-authored by ItsSelis
parent 97bf5bb0fc
commit 5e8dcc3412
7 changed files with 29 additions and 57 deletions
@@ -223,7 +223,8 @@
return assoc_to_keys(GLOB.tail_layer_options)
/datum/preference/choiced/human/tail_layering/create_default_value()
return GLOB.tail_layer_options[2]
var/list/possible = get_choices()
return possible[2]
/datum/preference/choiced/human/tail_layering/apply_to_human(mob/living/carbon/human/target, value)
target.tail_layering = GLOB.tail_layer_options[value]