mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +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."
|
||||
|
||||
@@ -124,6 +124,18 @@
|
||||
icon_state = "greatcoat_bwn"
|
||||
item_state = "greatcoat_bwn"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/greatcoat/recolor
|
||||
name = "greatcoat"
|
||||
desc = "A non-descript greatcoat. It looks warmer, if a bit heaver, than most other clothing."
|
||||
icon_state = "greatcoat_recolor"
|
||||
item_state = "greatcoat_recolor"
|
||||
build_from_parts = TRUE
|
||||
worn_overlay = "metal"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/greatcoat/recolor/alt
|
||||
build_from_parts = FALSE
|
||||
has_accents = TRUE
|
||||
|
||||
// Corporate Jackets
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/corp
|
||||
|
||||
Reference in New Issue
Block a user