Adds knitting supplies to the loadout (#11932)

This commit is contained in:
Casper3667
2021-05-24 15:12:43 -03:00
committed by GitHub
parent 43f268531b
commit ac79fd4539
6 changed files with 141 additions and 113 deletions
@@ -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