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:
@@ -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