From 648199a82ff659c36d778f39cb6da92bca8f8687 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Fri, 30 Dec 2011 11:00:02 -0700 Subject: [PATCH] Remove clown/mime costume crate, after a HoP went and started derping around with it. --- code/defines/obj/supplypacks.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/defines/obj/supplypacks.dm b/code/defines/obj/supplypacks.dm index bd711a54b88..e32a76e1e0a 100644 --- a/code/defines/obj/supplypacks.dm +++ b/code/defines/obj/supplypacks.dm @@ -238,7 +238,7 @@ containertype = "/obj/structure/closet/crate" containername = "Replacement lights" -/datum/supply_packs/costume +/*/datum/supply_packs/costume name = "Standard Costume crate" contains = list("/obj/item/weapon/storage/backpack/clown", "/obj/item/clothing/shoes/clown_shoes", @@ -256,7 +256,7 @@ containertype = "/obj/structure/closet/crate/secure" containername = "Standard Costumes" access = access_theatre - group = "Clothing" + group = "Clothing" */ /datum/supply_packs/wizard name = "Wizard costume"