diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index 090964e1905..a26755e6d70 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -296,7 +296,7 @@ flags = GEAR_HAS_DESC_SELECTION culture_restriction = list(/singleton/origin_item/culture/dominia, /singleton/origin_item/culture/dominian_unathi) -/datum/gear/uniform/turtleneck +/datum/gear/uniform/vysoka display_name = "vysokan temperwear" description = "A loose outfit of thinned and shredded ohdker fur." path = /obj/item/clothing/under/vysoka diff --git a/html/changelogs/kyres1-turtleneck_fix.yml b/html/changelogs/kyres1-turtleneck_fix.yml new file mode 100644 index 00000000000..da09270394e --- /dev/null +++ b/html/changelogs/kyres1-turtleneck_fix.yml @@ -0,0 +1,6 @@ +author: kyres1 + +delete-after: True + +changes: + - bugfix: "Fixed tactical turtlenecks not being an option anymore in the loadout."