This commit is contained in:
2025-04-26 23:22:36 +09:00
parent 26d835d7d0
commit 3a0c7993a1
5 changed files with 25 additions and 47 deletions

View File

@@ -139,8 +139,8 @@ for _, force in pairs(game.forces) do
if script.active_mods['space-exploration'] then
if technologies['se-core-miner'].researched then
for i = 2, settings.startup['PHI-MB-MACHINE-TIER'].value do
recipes['se-core-miner-' .. i].enabled = true
recipes['se-core-miner-' .. i].reload()
recipes['se-core-miner-drill-' .. i].enabled = true
recipes['se-core-miner-drill-' .. i].reload()
end
end
end