From e2667ada9fe146b1fc442e28293e723fb11fa907 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 18:00:47 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/research.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index a86aaf13..a53fe786 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -36,12 +36,11 @@ end --- @param silent boolean True when no message should be printed function module.res_queue(force, silent) local res_q = force.research_queue - game.print(config.bonus_inventory.res[mod_set].name) local res = force.technologies[config.bonus_inventory.res[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 }