This commit is contained in:
2025-04-16 17:24:56 +09:00
parent b2e0423655
commit 7da432dada

View File

@@ -19,6 +19,13 @@ 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.bonus_inventory.res[config.mod_set] = {
name = "mining-productivity-4",
level = 4,
}
end
--- @param force LuaForce
--- @param silent boolean True when no message should be printed
function module.res_queue(force, silent)