summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-01 19:07:09 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-01 19:07:09 -0700
commit8c0f137bfa9231ec1274cbf8049f5109b3560cba (patch)
treedf77df40c0d9caf39acdffbb3dcf1218f3854022
parentFix handmade 651 again. (diff)
downloadcataclysm-bn-mod_grenade-crafting-8c0f137bfa9231ec1274cbf8049f5109b3560cba.tar.xz
Fix amount of comp_b from dismantling land mines.
-rw-r--r--json/uncraft/weapon/explosive.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json
index 426106f..93a42b4 100644
--- a/json/uncraft/weapon/explosive.json
+++ b/json/uncraft/weapon/explosive.json
@@ -142,7 +142,7 @@
"components": [
[ [ "impact_fuze", 1 ] ],
[ [ "plastic_chunk", 2 ] ],
- [ [ "chem_compositionb", 3 ] ]
+ [ [ "chem_compositionb", 24 ] ]
]
}
]