From 0020b79c1f01978e183ae40770b039b69911be73 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 17:37:41 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/research.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index 2f314194..59bafc1d 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -19,15 +19,11 @@ Storage.register(research, function(tbl) research = tbl end) -if script.active_mods["PHI-CL"] and settings.startup["PHI-VP"] and settings.startup["PHI-VP-MAIN"] then - config.mod_set = "base" -end - --- @param force LuaForce --- @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] + local res = force.technologies[config.bonus_inventory.res[config.mod_set].name or "mining-productivity-4"] if #res_q < config.queue_amount then for i = #res_q, config.queue_amount - 1 do