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.
This commit is contained in:
TurboCamel
2012-07-29 10:30:21 -05:00
parent 4f5bdc6c64
commit 6abb7b6e8d
+1 -1
View File
@@ -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
*/