From 5cefab249668d0eb8fbfc484cff6bfd538b5c094 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 12 Jul 2025 03:40:10 +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 ca7d4b8..2aa1501 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -390,7 +390,7 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set if cs.signal and cs.signal.type == 'virtual' and technology_signal[cs.signal.name] then for i = 1, 7 do if cs.count % (2 ^ (8 + i)) == 1 then - storage.phi_cl.combinator.research_queue_set[inserter_direction_reversed] = cs.signal.name + storage.phi_cl.combinator.research_queue_set[i] = technology_signal[cs.signal.name] end end end