mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user