From 62ac627db18601cd2bf1f82e3b530c4669a6a738 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 4 Jun 2026 17:59:44 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index d895bcd..fb9d29f 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -406,9 +406,8 @@ if data.raw.technology and items['technology'] and items['technology_reform'] th v.unit.count = (items['technology_reform'][v.name].unit_count and items['technology_reform'][v.name].unit_count) or v.unit.count v.unit.ingredients = (items['technology_reform'][v.name].unit_ingredients and items['technology_reform'][v.name].unit_ingredients) or v.unit.ingredients end - end - if items['technology'][v.name] then + elseif items['technology'][v.name] then v.hidden = true v.hidden_in_factoriopedia = true v.effects = nil