diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-11-01 19:07:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-11-01 19:07:09 -0700 |
commit | 8c0f137bfa9231ec1274cbf8049f5109b3560cba (patch) | |
tree | df77df40c0d9caf39acdffbb3dcf1218f3854022 /json/uncraft | |
parent | Fix handmade 651 again. (diff) | |
download | cataclysm-bn-mod_grenade-crafting-8c0f137bfa9231ec1274cbf8049f5109b3560cba.tar.xz |
Fix amount of comp_b from dismantling land mines.
Diffstat (limited to 'json/uncraft')
-rw-r--r-- | json/uncraft/weapon/explosive.json | 2 |
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 ] ] ] } ] |