From 3782d41b152f896c1bf17033886772386b4e4a69 Mon Sep 17 00:00:00 2001 From: TaxMaster Date: Sun, 2 Apr 2017 08:15:50 -0500 Subject: [PATCH] Buy muh filters Added a soviet uniform to the reenactor crate. --- code/modules/cargo/vg_clothing_packs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/vg_clothing_packs.dm b/code/modules/cargo/vg_clothing_packs.dm index 4cc6911495..38712ea9ff 100644 --- a/code/modules/cargo/vg_clothing_packs.dm +++ b/code/modules/cargo/vg_clothing_packs.dm @@ -28,5 +28,5 @@ datum/supply_pack/misc/reenactor contains = list(/obj/item/clothing/under/soldieruniform,/obj/item/clothing/head/stalhelm,/obj/item/clothing/suit/soldiercoat, /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/suit/russofurcoat,/obj/item/clothing/head/russofurhat,/obj/item/clothing/under/soviet) crate_name = "historical reanactor crate" \ No newline at end of file