mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user