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
|
||||
-- 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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue