flamethrower

This commit is contained in:
Brevven 2021-06-29 01:29:25 -07:00
parent 5e73260417
commit a7ad802824

View file

@ -39,6 +39,7 @@ util.replace_some_ingredient("heat-exchanger", "copper-plate", 50, "tungsten-pla
util.replace_some_ingredient("heat-pipe", "copper-plate", 10, "tungsten-plate", 10) util.replace_some_ingredient("heat-pipe", "copper-plate", 10, "tungsten-plate", 10)
util.add_ingredient("nuclear-reactor", "tungsten-plate", 500) util.add_ingredient("nuclear-reactor", "tungsten-plate", 500)
util.add_ingredient("flamethrower-turret", "tungsten-plate", 5) util.add_ingredient("flamethrower-turret", "tungsten-plate", 5)
util.add_ingredient("flamethrower", "tungsten-plate", 2)
util.add_ingredient("nuclear-fuel", "tungsten-plate", 1) util.add_ingredient("nuclear-fuel", "tungsten-plate", 1)
-- Rocket engine nozzle techs -- Rocket engine nozzle techs