Merge pull request #4636 from TheFurryFeline/patch-1

Collar Crate
This commit is contained in:
Novacat
2019-03-27 04:46:19 -04:00
committed by GitHub

View File

@@ -67,4 +67,19 @@
)
cost = 60
containertype = /obj/structure/closet/crate
containername = "Plushies crate"
containername = "Plushies crate"
/datum/supply_pack/recreation/collars
name = "Collar bundle"
contains = list(
/obj/item/clothing/accessory/collar/shock = 1,
/obj/item/clothing/accessory/collar/spike = 1,
/obj/item/clothing/accessory/collar/silver = 1,
/obj/item/clothing/accessory/collar/gold = 1,
/obj/item/clothing/accessory/collar/bell = 1,
/obj/item/clothing/accessory/collar/pink = 1,
/obj/item/clothing/accessory/collar/holo = 1
)
cost = 25
containertype = /obj/structure/closet/crate
containername = "collar crate"