From 6abb7b6e8d496432c8ef2e0eed6ef543b845db41 Mon Sep 17 00:00:00 2001 From: TurboCamel Date: Sun, 29 Jul 2012 10:30:21 -0500 Subject: [PATCH] Finished commenting out collectible hat crate Sorry, my previous submission left an undefined variable because the collectible hat crate *still* wasn't completely commented out. This should fix the problem. --- code/defines/obj/supplypacks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/defines/obj/supplypacks.dm b/code/defines/obj/supplypacks.dm index 6ceb0e08df5..b4a44134014 100755 --- a/code/defines/obj/supplypacks.dm +++ b/code/defines/obj/supplypacks.dm @@ -796,7 +796,6 @@ cost = 200 containertype = "/obj/structure/closet/crate" containername = "Collectable hats crate! Brought to you by Bass.inc!" -*/ /datum/supply_packs/randomised/New() var/list/tempContains = list() @@ -815,3 +814,4 @@ containertype = "/obj/structure/closet/crate" containername = "Contraband crate" contraband = 1 +*/