From 99ac851f468b607f8261d1a4a9dfef649c4d9d2f Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 9 Jun 2017 03:42:22 -0500 Subject: [PATCH] Gang - Purchasing the improvised shotgun actually spawns a gun. --- code/game/gamemodes/gang/gang_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/gang/gang_items.dm b/code/game/gamemodes/gang/gang_items.dm index dae3c85be1..e479034e51 100644 --- a/code/game/gamemodes/gang/gang_items.dm +++ b/code/game/gamemodes/gang/gang_items.dm @@ -215,6 +215,7 @@ name = "Sawn-Off Improvised Shotgun" id = "sawn" cost = 6 + item_path = /obj/item/weapon/gun/ballistic/revolver/doublebarrel/improvised/sawn /datum/gang_item/weapon/ammo/improvised_ammo name = "Box of Buckshot"