line fixing

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

View file

@ -52,7 +52,7 @@ if settings.startup['overhaul_science'].value then
--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