From 4541d32235d7158c94bfded37502e8d95aa0fdeb Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 17 Dec 2025 20:31:57 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 735a2ff..b72099e 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -392,7 +392,6 @@ local function handle_research_queue(entity, combinator) local tech_name = signal.signal.name:gsub('signal-', '') if game.forces.player.technologies[tech_name] and game.forces.player.technologies[tech_name].enabled and game.forces.player.technologies[tech_name].research_unit_count_formula then - for i=1, 7 do if math.floor(signal.count / (2 ^ (7 + i))) % 2 == 1 then storage.phi_cl.combinator.research_queue_set[i] = tech_name