From f18ac3f7f004edaa28b092950ad414fb872450e3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 17:55:47 -0800 Subject: Fix typo in 40x46mm_flechette_m118 Fix handmade 1006 to deal bash damage. --- json/items/ammo/40x46mm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/items/ammo/40x46mm.json b/json/items/ammo/40x46mm.json index 0a374e4..522f9d7 100644 --- a/json/items/ammo/40x46mm.json +++ b/json/items/ammo/40x46mm.json @@ -6,7 +6,7 @@ "name": { "str": "40x46mm M1006, handmade" }, "proportional": { "price": 0.7, - "damage": { "damage_type": "bullet", "amount": 0.9 }, + "damage": { "damage_type": "bash", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, @@ -85,7 +85,7 @@ }, { "id": "40x46mm_flechette_m118", - "copy-from": "40x46mm_flechette_m199", + "copy-from": "40x46mm_flechette_m118", "type": "AMMO", "name": { "str": "40x46mm flechette" }, "description": "An improvised 40x46mm flechette load somewhat resembling M1001.", -- cgit v1.2.1