Adds a shawl (#19449)

Adds a colorable shawl to the loadout, as well as the ability to knit
one. Oppa grandma style.

Sprites by ASmallCuteCat (aka Revenant1367
This commit is contained in:
ASmallCuteCat
2024-07-01 09:07:34 +00:00
committed by GitHub
parent e0ef9115be
commit 457e57a100
5 changed files with 72 additions and 1 deletions
@@ -335,6 +335,11 @@
scarfs["zebra scarf"] = /obj/item/clothing/accessory/scarf/zebra
gear_tweaks += new /datum/gear_tweak/path(scarfs)
/datum/gear/accessory/shawl
display_name = "colorable shawl"
path = /obj/item/clothing/accessory/shawl
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/accessory/dogtags
display_name = "dogtags"
path = /obj/item/clothing/accessory/dogtags