From 73a3ff1df5a46d0f0f801593ec29b8ee5c49c165 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Fri, 24 Jan 2020 16:19:18 -0500 Subject: [PATCH] Fix handmade magnum carbine using wrong ammo --- data/mods/Generic_Guns/firearms/pistol_magnum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Generic_Guns/firearms/pistol_magnum.json b/data/mods/Generic_Guns/firearms/pistol_magnum.json index 17b27025a0016..0b582bed09e10 100644 --- a/data/mods/Generic_Guns/firearms/pistol_magnum.json +++ b/data/mods/Generic_Guns/firearms/pistol_magnum.json @@ -23,7 +23,7 @@ "copy-from": "henry_big_boy", "type": "GUN", "name": "handmade magnum carbine", - "ammo_type": [ "ammo_pistol_magnum", "ammo_pistol" ], + "ammo": [ "ammo_pistol_magnum", "ammo_pistol" ], "description": "A crudely constructed carbine, chambered for magnum pistol ammo and standard pistol ammo. It feeds from commerical magnum pistol magazines, and locks with a rudimentary lever action system. Its powerful cartridge and relative precision should serve well against zombies and medium game.", "weight": "2114 g", "volume": "2 L",