From a00259d52eea9d00bda56eed1faaef075c30cd57 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Jul 2025 18:35:07 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 1b688d8..f7a8828 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -370,7 +370,8 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set circuit_oc.set_slot(18, {value = {type = 'virtual', name = 'signal-PA', quality = 'normal'}, min = storage.phi_cl.combinator.research_progress}) end - if (val % 4) >= 2 then + if (val % 4) >= 2 and false then + -- incomplete -- set_type_technology_dropdown storage.phi_cl.combinator.research_set_combinator_count = storage.phi_cl.combinator.research_set_combinator_count + 1