From f030fc1a8f6453a286474ed9cd8907267a3a95fc Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 16 Oct 2025 02:13:18 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index f5a3ef6..c8ceea4 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -396,7 +396,7 @@ script.on_nth_tick(1800, function(_) storage.phi_cl.combinator.research_set_combinator_count = storage.phi_cl.combinator.research_set_combinator_count + 1 if storage.phi_cl.combinator.research_set_combinator_count > 1 then - circuit_oc.set_slot(1, {value = {type = 'virtual', name = 'signal-RA', quality = 'normal'}, min = (((val % 2) >= 1) and 1 or 0)}) + circuit_oc.set_slot(1, {value = {type = 'virtual', name = 'signal-SA', quality = 'normal'}, min = 1}) else local ls = sc.get_signals(defines.wire_connector_id.circuit_red, defines.wire_connector_id.circuit_green)