From 9c0354b756bcdf73580f2cd3af7aea5d121a0e4f Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Wed, 29 Jun 2022 17:41:09 +0200 Subject: [PATCH] line fixing --- scripts/science_overhaul.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/science_overhaul.lua b/scripts/science_overhaul.lua index 634adce..afc7ce1 100644 --- a/scripts/science_overhaul.lua +++ b/scripts/science_overhaul.lua @@ -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 - - table.insert(data.raw.technology["fu_space_probe_3_tech"].prerequisites, "fu_lab_tech") - end + --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 - end --indent ignored +end --indent ignored