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:
@@ -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."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 469 KiB After Width: | Height: | Size: 478 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 172 KiB |
@@ -97,6 +97,23 @@
|
||||
name = "Brass winter coat"
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/ratvar/fake
|
||||
|
||||
/datum/gear/suit/jacketbluehoodie
|
||||
name = "Blue hoodie"
|
||||
path = /obj/item/clothing/suit/jacket/bluehoodie
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS
|
||||
/datum/gear/suit/jacketpurplehoodie
|
||||
name = "Purple hoodie"
|
||||
path = /obj/item/clothing/suit/jacket/purplehoodie
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS
|
||||
|
||||
/datum/gear/suit/jacketheartcoat
|
||||
name = "Heart coat"
|
||||
path = /obj/item/clothing/suit/jacket/heartcoat
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS
|
||||
|
||||
/datum/gear/suit/coat/polycoat
|
||||
name = "Polychromic winter coat"
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/polychromic
|
||||
|
||||
Reference in New Issue
Block a user