From d5c4420c048226c91b2139154a7980b1a1019cfd Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 11 Jul 2025 03:54:56 +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 9ef2dad..4bad156 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -344,7 +344,7 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set if (val % 2) >= 1 then -- read_type_technology_dropdown for n, r in pairs(storage.phi_cl.combinator.research_queue) do - circuit_oc.set_slot(10 + n, {value = {type = 'virtual', name = 'signal-PA', quality = 'normal'}, min = storage.phi_cl.combinator.research_progress}) + circuit_oc.set_slot(10 + n, {value = {type = 'virtual', name = 'signal-' .. r.name, quality = 'normal'}, min = r.value}) end circuit_oc.set_slot(18, {value = {type = 'virtual', name = 'signal-PA', quality = 'normal'}, min = storage.phi_cl.combinator.research_progress})