line fixing

This commit is contained in:
PreLeyZero 2022-06-29 17:41:09 +02:00
parent bc91b52261
commit 9c0354b756

View file

@ -49,13 +49,13 @@ end --indent ignored
if settings.startup['overhaul_science'].value then
-- indent ignored
--only overhaul if no k2
if not mods["Krastorio2"] then
data.raw.technology["fu_lab_tech"].enabled = true
--only overhaul if no k2
if not mods["Krastorio2"] then
data.raw.technology["fu_lab_tech"].enabled = true
data.raw.technology["fu_lab_tech"].hidden = false
table.insert(data.raw.technology["fu_space_probe_3_tech"].prerequisites, "fu_lab_tech")
end
table.insert(data.raw.technology["fu_space_probe_3_tech"].prerequisites, "fu_lab_tech")
end
end --indent ignored
end --indent ignored