From cc0058f7893a41df2bef764c78413f0ed4ebb03d Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Sat, 13 Jun 2015 04:22:13 -0400 Subject: [PATCH] Removes Collars from the Cargo Merch Store Removes them from the merch store, since they can be purchased MUCH cheaper at the CritterCare vendor. The only advantage to them being here is not needing to restock and the box you get with it. --- code/modules/store/items.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/store/items.dm b/code/modules/store/items.dm index 0005b74fe9c..39629f10131 100644 --- a/code/modules/store/items.dm +++ b/code/modules/store/items.dm @@ -57,12 +57,6 @@ typepath = /obj/item/weapon/storage/box/dice cost = 200 -/datum/storeitem/collar - name = "Pet Collar" - desc = "A box containing a pet collar; perfect for claiming a pet as your own personal accessory." - typepath = /obj/item/clothing/accessory/petcollar - cost = 350 - /datum/storeitem/crayons name = "Crayons" desc = "Let security know how they're doing by scrawling lovenotes all over their hallways."