line fixing
This commit is contained in:
parent
bc91b52261
commit
9c0354b756
1 changed files with 7 additions and 7 deletions
|
@ -49,13 +49,13 @@ end --indent ignored
|
||||||
if settings.startup['overhaul_science'].value then
|
if settings.startup['overhaul_science'].value then
|
||||||
-- indent ignored
|
-- indent ignored
|
||||||
|
|
||||||
--only overhaul if no k2
|
--only overhaul if no k2
|
||||||
if not mods["Krastorio2"] then
|
if not mods["Krastorio2"] then
|
||||||
data.raw.technology["fu_lab_tech"].enabled = true
|
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")
|
table.insert(data.raw.technology["fu_space_probe_3_tech"].prerequisites, "fu_lab_tech")
|
||||||
end
|
end
|
||||||
|
|
||||||
end --indent ignored
|
end --indent ignored
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue