mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -36,7 +36,7 @@ end
|
|||||||
--- @param silent boolean True when no message should be printed
|
--- @param silent boolean True when no message should be printed
|
||||||
function module.res_queue(force, silent)
|
function module.res_queue(force, silent)
|
||||||
local res_q = force.research_queue
|
local res_q = force.research_queue
|
||||||
local res = force.technologies[config.bonus_inventory.res[mod_set].name]
|
local res = force.technologies[config.bonus_inventory.log[mod_set].name]
|
||||||
|
|
||||||
if #res_q < config.queue_amount then
|
if #res_q < config.queue_amount then
|
||||||
for i = #res_q, config.queue_amount - 1 do
|
for i = #res_q, config.queue_amount - 1 do
|
||||||
|
|||||||
Reference in New Issue
Block a user