summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 17:55:47 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 17:55:47 -0800
commitf18ac3f7f004edaa28b092950ad414fb872450e3 (patch)
treeffe88d246095fac844e780408ad670861898b1d4
parentAdd explosives_casting_standard usage to bootleg m433 ad m430. (diff)
downloadcataclysm-bn-mod_grenade-crafting-f18ac3f7f004edaa28b092950ad414fb872450e3.tar.xz
Fix typo in 40x46mm_flechette_m118
Fix handmade 1006 to deal bash damage.
-rw-r--r--json/items/ammo/40x46mm.json4
1 files 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.",