saltpr adding more suit slot clothing

adds three suit slot clothing items. the hoodies remade from the unused(?) hoodieskirt asset and the heartcoat comes from a redesign of the bartender's winter coat
This commit is contained in:
buffyuwu
2021-09-16 14:19:23 -04:00
parent 6e30018618
commit 43cd462d79
4 changed files with 38 additions and 0 deletions
@@ -446,6 +446,27 @@
icon_state = "flannel_brown"
item_state = "flannel_brown"
/obj/item/clothing/suit/jacket/purplehoodie
name = "purple hoodie"
desc = "A soft purple hoodie with a TailorCo brand on the tag."
icon_state = "purplehoodie"
item_state = "purplehoodie"
pocket_storage_component_path = /datum/component/storage/concrete/pockets/small
/obj/item/clothing/suit/jacket/bluehoodie
name = "blue hoodie"
desc = "A soft blue hoodie with a TailorCo brand on the tag."
icon_state = "bluehoodie"
item_state = "bluehoodie"
pocket_storage_component_path = /datum/component/storage/concrete/pockets/small
/obj/item/clothing/suit/jacket/heartcoat
name = "heart coat"
desc = "A soft winter coat with a TailorCo brand on the tag."
icon_state = "heartcoat"
item_state = "heartcoat"
pocket_storage_component_path = /datum/component/storage/concrete/pockets/small
/obj/item/clothing/suit/jacket/leather
name = "leather jacket"
desc = "Pompadour not included."