mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user