mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
winsets (#19616)
* winsets * . * . * match * . * . * . * . * needed * Gets rid of unused interface window --------- Co-authored-by: ItsSelis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user