From 97242050ec2fedecde20c151d234a001a5d6bb50 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Sat, 4 Jan 2020 02:16:55 -0600 Subject: [PATCH] bad idea --- code/modules/cargo/packs/service.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/service.dm b/code/modules/cargo/packs/service.dm index c4f03bd4c1..01524b1910 100644 --- a/code/modules/cargo/packs/service.dm +++ b/code/modules/cargo/packs/service.dm @@ -130,7 +130,7 @@ /datum/supply_pack/service/replacementdb name = "Replacement Defensive Bar Shotgun" desc = "Someone stole the Bartender's twin-barreled possession? Give them another one at a significant markup. Comes with one unused double-barrel shotgun, shells not included. Requires bartender access to open." - cost = 3300 + cost = 2200 access = ACCESS_BAR contraband = TRUE contains = list(/obj/item/gun/ballistic/revolver/doublebarrel)