diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 14:06:17 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 14:06:17 -0700 | 
| commit | 7f91b50a176e257d2f152ffbc3b87227b387d84c (patch) | |
| tree | 3fb1d8d38208597baf490cd5f18840abf436bbd1 /json/uncraft/weapon | |
| parent | Fix uncraft for 40mm teargas lacking an impact fuze. (diff) | |
| download | cataclysm-bn-mod_grenade-crafting-7f91b50a176e257d2f152ffbc3b87227b387d84c.tar.xz | |
Switch to military_explosive group and require explosives_casting_standard for anything using it.
Diffstat (limited to 'json/uncraft/weapon')
| -rw-r--r-- | json/uncraft/weapon/explosive.json | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json index 6b3a307..ea84155 100644 --- a/json/uncraft/weapon/explosive.json +++ b/json/uncraft/weapon/explosive.json @@ -9,7 +9,7 @@      "components": [        [ [ "delay_fuze", 1 ] ],        [ [ "sheet_metal_small", 3 ] ], -      [ [ "chem_compositionb", 12 ] ], +      [ [ "chem_compositionb", 16 ] ],        [ [ "canister_empty", 1 ] ]      ]    }, @@ -142,7 +142,7 @@      "components": [        [ [ "impact_fuze", 1 ] ],        [ [ "sheet_metal_small", 2 ] ], -      [ [ "chem_compositionb", 75 ] ], +      [ [ "chem_compositionb", 80 ] ],        [ [ "canister_empty", 1 ] ]      ]    }  | 
