Skip to content

Commit

Permalink
Merge pull request #39927 from Brian-Otten/ANFO-fuel
Browse files Browse the repository at this point in the history
Make anfo use fuel requirement
  • Loading branch information
ZhilkinSerg authored Apr 28, 2020
2 parents d78062e + 405a143 commit a3a3deb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -1051,10 +1051,8 @@
"time": "5 m",
"book_learn": [ [ "textbook_anarch", 6 ], [ "recipe_labchem", 5 ], [ "textbook_chemistry", 7 ] ],
"qualities": [ { "id": "CONTAIN", "level": 1 } ],
"components": [
[ [ "chem_ammonium_nitrate", 94 ], [ "chem_ammonium_nitrate_pellets", 94 ] ],
[ [ "diesel", 6 ], [ "biodiesel", 6 ], [ "gasoline", 6 ] ]
]
"using": [ [ "fuel_liquid", 6 ] ],
"components": [ [ [ "chem_ammonium_nitrate", 94 ], [ "chem_ammonium_nitrate_pellets", 94 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit a3a3deb

Please sign in to comment.