Skip to content

Commit

Permalink
Reduced Rocket Fuel Cost For Moddified Mininukes (CleverRaven#33480)
Browse files Browse the repository at this point in the history
The moddified mini-nuke was using a literal ton of rocket fuel before. This change lowers the cost to match the 40 tile "range" of the launcher.
  • Loading branch information
EkarusRyndren authored and misterprimus committed Sep 21, 2019
1 parent 06031e0 commit 32a0679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[ [ "circuit", 1 ] ],
[ [ "transponder", 1 ] ],
[ [ "pipe", 8 ] ],
[ [ "chem_rocket_fuel", 1750 ] ]
[ [ "chem_rocket_fuel", 33 ] ]
]
},
{
Expand Down

0 comments on commit 32a0679

Please sign in to comment.