From cd362e233f587e676dfd11e9aa9b197c953bd8b7 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 17:35:54 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/research.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index 942c48cd..2f314194 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -20,10 +20,7 @@ Storage.register(research, function(tbl) end) if script.active_mods["PHI-CL"] and settings.startup["PHI-VP"] and settings.startup["PHI-VP-MAIN"] then - config.bonus_inventory.res[config.mod_set] = { - name = "mining-productivity-4", - level = 4, - } + config.mod_set = "base" end --- @param force LuaForce