From 26d4f150d1afa284e999d099466743534e6387bf Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 17:39:36 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/research.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index 59bafc1d..9d9e0a6a 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -23,7 +23,8 @@ end) --- @param silent boolean True when no message should be printed function module.res_queue(force, silent) local res_q = force.research_queue - local res = force.technologies[config.bonus_inventory.res[config.mod_set].name or "mining-productivity-4"] + game.print(config.mod_set) + local res = force.technologies[config.bonus_inventory.res[config.mod_set].name] if #res_q < config.queue_amount then for i = #res_q, config.queue_amount - 1 do