Skip to content

Commit

Permalink
Molotovs correctly used liquid accelerant (#68258)
Browse files Browse the repository at this point in the history
* Update explosive.json

* Update explosives.json
  • Loading branch information
Holli-Git authored Sep 22, 2023
1 parent bb22d77 commit d79cc4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/recipes/weapon/explosive.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"time": "30 s",
"reversible": true,
"autolearn": true,
"using": [ [ "flammable_liquid", 500 ] ],
"using": [ [ "accelerant_liquid", 500 ] ],
"components": [ [ [ "cotton_patchwork", 1 ] ], [ [ "bottle_glass", 1 ], [ "flask_glass", 2 ], [ "clay_canister", 2 ] ] ]
},
{
Expand Down
4 changes: 2 additions & 2 deletions data/json/requirements/explosives.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "flammable_liquid",
"type": "requirement",
"//": "This should contain all flammable liquids useful for things like molotovs, 1 mL.",
"//": "This should contain all flammable liquids. 1 mL.",
"components": [
[
[ "gasoline", 1 ],
Expand All @@ -22,7 +22,7 @@
{
"id": "accelerant_liquid",
"type": "requirement",
"//": "This should contain all flammable liquids with a flash point below 30 degrees centigrade, 1 mL.",
"//": "This should contain all flammable liquids with a flash point below 30 degrees centigrade, such as for molotovs. 1 mL.",
"components": [
[
[ "gasoline", 1 ],
Expand Down

0 comments on commit d79cc4f

Please sign in to comment.