diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 15976e2..43033db 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -309,7 +309,7 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set for _, r in pairs(game.forces['player'].research_queue) do if r.name and r.level and r.research_unit_count_formula then - storage.phi_cl.combinator.research_queue_n[n] = ((storage.phi_cl.combinator.research_queue_n[n] and storage.phi_cl.combinator.research_queue_n[n]) or 0) + math.pow(2, n - 1) + storage.phi_cl.combinator.research_queue_n[n] = ((storage.phi_cl.combinator.research_queue_n[n] and storage.phi_cl.combinator.research_queue_n[n]) or 0) + math.pow(2, n + 8) end n = n + 1