From e2eb742a1637a14cb07b2d5967ca54b0a836ff4b Mon Sep 17 00:00:00 2001 From: Robustin Date: Mon, 27 Feb 2017 14:37:22 -0500 Subject: [PATCH] Combat Shotgun Price Increase --- 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 2a5153302dd..b0b992d7746 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -345,7 +345,7 @@ /datum/supply_pack/security/armory/ballistic name = "Combat Shotguns Crate" - cost = 4000 + cost = 8000 contains = list(/obj/item/weapon/gun/ballistic/shotgun/automatic/combat, /obj/item/weapon/gun/ballistic/shotgun/automatic/combat, /obj/item/weapon/gun/ballistic/shotgun/automatic/combat,