From 0a8954c2d69dfca12dd83c7e580e62ded65634ae Mon Sep 17 00:00:00 2001 From: TrilbySpaceClone Date: Fri, 19 Jul 2019 23:53:12 -0400 Subject: [PATCH] Update packs.dm --- 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 fd1f548c2c..89dd76bf0d 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -699,7 +699,7 @@ desc = "Contains three rustic, pumpaction shotguns. Requires Armory access to open." cost = 3500 contains = list(/obj/item/gun/ballistic/shotgun, - /obj/item/gun/ballistic/shotgun. + /obj/item/gun/ballistic/shotgun, /obj/item/gun/ballistic/shotgun) crate_name = "woodstock shotguns crate"