From 5b6efa678696c97b8d27a46ac7b0076c416e4a4f Mon Sep 17 00:00:00 2001 From: Sparky Date: Tue, 22 Nov 2022 17:10:17 +0000 Subject: [PATCH] Adds a colourable version of the turban (#15128) --- .../modules/client/preference_setup/loadout/loadout_head.dm | 5 +++++ html/changelogs/colourableturbans.yml | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 html/changelogs/colourableturbans.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_head.dm b/code/modules/client/preference_setup/loadout/loadout_head.dm index 4b3ec3427a1..0bc91347c14 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head.dm @@ -256,6 +256,11 @@ gear_tweaks += new /datum/gear_tweak/path(turbans) +/datum/gear/head/turban_colourable + display_name = "turban (colourable)" + path = /obj/item/clothing/head/turban/white + flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION + /datum/gear/head/surgical display_name = "surgical cap selection" path = /obj/item/clothing/head/surgery/pmc diff --git a/html/changelogs/colourableturbans.yml b/html/changelogs/colourableturbans.yml new file mode 100644 index 00000000000..c715406b2dc --- /dev/null +++ b/html/changelogs/colourableturbans.yml @@ -0,0 +1,6 @@ +author: Sparky_hotdog + +delete-after: True + +changes: + - rscadd: "Added a colorable turban to the loadout."