Collar Crate

Ports from ChompStation an addition to Cargo under Recreation: one of each collar per crate.
This commit is contained in:
TheFurryFeline
2019-01-05 19:30:14 -05:00
committed by GitHub
parent fc2f451bd4
commit add1d760bf

View File

@@ -67,4 +67,19 @@
)
cost = 60
containertype = /obj/structure/closet/crate
containername = "Plushies crate"
containername = "Plushies crate"
/datum/supply_packs/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"