mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Adds knitting supplies to the loadout (#11932)
This commit is contained in:
@@ -243,4 +243,16 @@
|
||||
/datum/gear/photo_album
|
||||
display_name = "photo album"
|
||||
path = /obj/item/storage/photo_album
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/knitting_set
|
||||
display_name = "knitting set"
|
||||
path = /obj/item/storage/box/knitting
|
||||
description = "A box of knitting supplies."
|
||||
flags = null
|
||||
|
||||
/datum/gear/yarn_box
|
||||
display_name = "knitting supplies"
|
||||
path = /obj/item/storage/box/yarn
|
||||
description = "A box containing yarn."
|
||||
flags = null
|
||||
Reference in New Issue
Block a user