Adds colorable greatcoats to the loadout (#22925)

recoloring all done by me

greatcoat with recolored buttons/belt
<img width="334" height="775" alt="image"
src="https://github.com/user-attachments/assets/3a0e4889-1736-420a-aa80-592fc509dc68"
/>
greatcoat with normal buttons/belt
<img width="334" height="775" alt="image"
src="https://github.com/user-attachments/assets/951c7770-ec70-46a7-8954-561a8ee8e27c"
/>
This commit is contained in:
FearTheGabby
2026-07-29 16:35:00 +00:00
committed by GitHub
parent 791e0abdca
commit 869979512a
4 changed files with 83 additions and 0 deletions
@@ -306,6 +306,19 @@
greatcoat["greatcoat, brown"] = /obj/item/clothing/suit/storage/toggle/greatcoat/brown
gear_tweaks += new /datum/gear_tweak/path(greatcoat)
/datum/gear/suit/greatcoat_recolors
display_name = "colorable greatcoats selection"
description = "A greatcoat capable of being recolored."
path = /obj/item/clothing/suit/storage/toggle/greatcoat/recolor
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
/datum/gear/suit/greatcoat_recolors/New()
..()
var/list/greatcoat = list()
greatcoat["greatcoat"] = /obj/item/clothing/suit/storage/toggle/greatcoat/recolor
greatcoat["greatcoat, alt"] = /obj/item/clothing/suit/storage/toggle/greatcoat/recolor/alt
gear_tweaks += new /datum/gear_tweak/path(greatcoat)
/datum/gear/suit/ian
display_name = "worn shirt"
description = "A worn out, curiously comfortable t-shirt with a picture of Ian."