From 034973bed9bbceab60fb1ca7c7dd0ded5ad08f82 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 17:46:26 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/research.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index ad00807a..7b1c1935 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -35,10 +35,12 @@ end function module.res_queue(force, silent) local res_q = force.research_queue local res = force.technologies[config.bonus_inventory.res[config.mod_set].name] + game.print(config.mod_set) + game.print(config.bonus_inventory.res[config.mod_set].name) if #res_q < config.queue_amount then for i = #res_q, config.queue_amount - 1 do - force.add_research(res) + -- force.add_research(res) if not silent then game.print{ "exp-commands_research.queue", res.name, res.level + i }