From 70e9f5205f5433ec6f67fd1e702c5c90dc3cd5f5 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 23 Oct 2018 15:24:58 -0400 Subject: [PATCH] Sigh --- code/modules/cargo/packs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 1de7045c66..edc5adef36 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -403,7 +403,7 @@ name = "Bulletproof Helmet Crate" desc = "Contains three sets of bulletproof helmets. Guaranteed to reduce a bullet's stopping power by over half. Requires Armory access to open." cost = 1500 - contains = list(/obj/item/clothing/head/helmet/alt + contains = list(/obj/item/clothing/head/helmet/alt, /obj/item/clothing/head/helmet/alt, /obj/item/clothing/head/helmet/alt) crate_name = "bulletproof helmet crate"