Pins, New Loadout Category, CTRLclick for accessory above suit
This commit is contained in:
@@ -172,12 +172,21 @@
|
||||
path = /obj/item/storage/fancy/ringbox/diamond
|
||||
cost = 5
|
||||
|
||||
/datum/gear/backpack/necklace//this is here because loadout doesn't support proper accessories
|
||||
/datum/gear/backpack/necklace //this is here because loadout doesn't support proper accessories
|
||||
name = "A renameable necklace"
|
||||
path = /obj/item/clothing/accessory/necklace
|
||||
subcategory = LOADOUT_SUBCATEGORY_BACKPACK_ACCESSORIES
|
||||
|
||||
/datum/gear/backpack/polymaidapron //this is ALSO here because loadout doesn't support proper accessories
|
||||
name = "Polychromic maid apron"
|
||||
path = /obj/item/clothing/accessory/maidapron/polychromic
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||
loadout_initial_colors = list("#333333", "#FFFFFF")
|
||||
subcategory = LOADOUT_SUBCATEGORY_BACKPACK_ACCESSORIES
|
||||
|
||||
/datum/gear/backpack/pridepin //what the two comments above said
|
||||
name = "Pride pin"
|
||||
path = /obj/item/clothing/accessory/pride
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
|
||||
subcategory = LOADOUT_SUBCATEGORY_BACKPACK_ACCESSORIES
|
||||
cost = 0
|
||||
|
||||
Reference in New Issue
Block a user