mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Hoodie rework & resprite (#5998)
Hoodies have been resprited to be less ugly, and now also function in a similar way to winter coats, i.e. actually having a hood. In addition to that, they can still be opened and closed. They're also recolorable in the loadout. The hood icon not being colored is a known issue, but I'm not sure how to fix it. This affects roughly nothing except for the UI. The PR also makes a slight tweak to my cardigan sprite for it to be less ugly.
This commit is contained in:
@@ -44,12 +44,12 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(hazard)
|
||||
|
||||
/datum/gear/suit/hoodie
|
||||
display_name = "hoodie, grey"
|
||||
path = /obj/item/clothing/suit/storage/toggle/hoodie
|
||||
display_name = "hoodie"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie
|
||||
|
||||
/datum/gear/suit/hoodie/black
|
||||
display_name = "hoodie, black"
|
||||
path = /obj/item/clothing/suit/storage/toggle/hoodie/black
|
||||
/datum/gear/suit/hoodie/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/suit/labcoat
|
||||
display_name = "labcoat"
|
||||
|
||||
Reference in New Issue
Block a user