From 0d0f96df0388228e1ca9094f013379ca83fdf88e Mon Sep 17 00:00:00 2001 From: kyres1 <36868890+kyres1@users.noreply.github.com> Date: Sat, 27 May 2023 07:12:09 -0500 Subject: [PATCH] womp (#16385) --- .../client/preference_setup/loadout/loadout_uniform.dm | 2 +- html/changelogs/kyres1-turtleneck_fix.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/kyres1-turtleneck_fix.yml 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."