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:
VTCobaltblood
2019-02-03 20:40:52 +02:00
committed by Erki
parent b9a541af70
commit 0427b3ebea
10 changed files with 127 additions and 36 deletions
@@ -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"