diff options
Diffstat (limited to 'json/recipes/weapons/explosive.json')
-rw-r--r-- | json/recipes/weapons/explosive.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index 4fec666..43fddf6 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -49,8 +49,8 @@ "qualities": [ { "id": "SCREW", "level": 1 } ], "components": [ [ [ "delay_fuze", 1 ] ], - [ [ "oxy_powder", 75 ] ], - [ [ "incendiary", 50 ] ], + [ [ "chem_ammonium_nitrate", 5 ] ], + [ [ "incendiary", 5 ] ], [ [ "canister_empty", 1 ] ] ] }, |