This commit is contained in:
Timothy Teakettle
2022-06-02 19:18:11 +01:00
parent ec9ebc0ede
commit dad0aa72f0
12 changed files with 48 additions and 1 deletions
@@ -175,3 +175,9 @@
/datum/gear/backpack/necklace//this is here because loadout doesn't support proper accessories
name = "A renameable necklace"
path = /obj/item/clothing/accessory/necklace
/datum/gear/backpack/polymaidapron //this is ALSO here because loadout doesn't support proper accessories
name = "A renameable necklace"
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")