mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
Merge pull request #255 from Sharkmare/patch-4
Adding a pack with 1 of each type of collar
This commit is contained in:
@@ -67,4 +67,19 @@
|
||||
/obj/item/device/pipe_painter = 2,
|
||||
/obj/item/device/floor_painter = 2,
|
||||
/obj/item/device/closet_painter = 2
|
||||
)
|
||||
)
|
||||
//Chompstation add: adding a pack with 1 of each type of collar
|
||||
/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