mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Collar Crate
Ports from ChompStation an addition to Cargo under Recreation: one of each collar per crate.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user