From 8c0f137bfa9231ec1274cbf8049f5109b3560cba Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 1 Nov 2022 19:07:09 -0700 Subject: Fix amount of comp_b from dismantling land mines. --- json/uncraft/weapon/explosive.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') 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 ] ] ] } ] -- cgit v1.2.1