From 6136f8734b78a1f92eaf3c60c1901d321a7f25bc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Oct 2022 21:24:00 -0700 Subject: Fix incorrect copy-from on handmade M651 --- json/items/ammo/40x46mm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/items/ammo/40x46mm.json b/json/items/ammo/40x46mm.json index a5b9242..05ed8d7 100644 --- a/json/items/ammo/40x46mm.json +++ b/json/items/ammo/40x46mm.json @@ -40,7 +40,7 @@ }, { "id": "40x46mm_bootleg_m651", - "copy-from": "40x46mm_grenade", + "copy-from": "40x46mm_m576", "type": "AMMO", "name": { "str": "40x46mm M651, handmade" }, "proportional": { -- cgit v1.2.1