From 7f46280d6b37f6429dac6c079fc1ccc7e103d04f Mon Sep 17 00:00:00 2001 From: Poojawa Date: Mon, 4 Sep 2017 04:47:20 -0500 Subject: [PATCH] Update vg_clothing_packs.dm (#2591) --- code/modules/cargo/vg_clothing_packs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/cargo/vg_clothing_packs.dm b/code/modules/cargo/vg_clothing_packs.dm index 315d8b9ba4..99812627e3 100644 --- a/code/modules/cargo/vg_clothing_packs.dm +++ b/code/modules/cargo/vg_clothing_packs.dm @@ -1,3 +1,4 @@ +/* // Can't be bothered to maintain this, mostly just memes anyway. /datum/supply_pack/misc/vidyacon name = "Vidya-Con Surplus Crate" cost = 3250 @@ -30,4 +31,4 @@ datum/supply_pack/misc/reenactor /obj/item/clothing/under/officeruniform,/obj/item/clothing/head/naziofficer,/obj/item/clothing/suit/officercoat, /obj/item/clothing/head/panzer, /obj/item/clothing/suit/russofurcoat,/obj/item/clothing/head/russofurhat,/obj/item/clothing/under/soviet) - crate_name = "historical reanactor crate" \ No newline at end of file + crate_name = "historical reanactor crate" */