mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Research (#2)
This commit is contained in:
@@ -20,7 +20,14 @@ end)
|
||||
--- @param silent boolean True when no message should be printed
|
||||
local function res_queue(force, silent)
|
||||
local res_q = force.research_queue
|
||||
local res = force.technologies["mining-productivity-4"]
|
||||
local res
|
||||
|
||||
if script.active_mods["space-age"] then
|
||||
res = force.technologies["mining-productivity-3"]
|
||||
|
||||
else
|
||||
res = force.technologies["mining-productivity-4"]
|
||||
end
|
||||
|
||||
if #res_q < config.queue_amount then
|
||||
for i = 1, config.queue_amount - #res_q do
|
||||
|
||||
Reference in New Issue
Block a user