This commit is contained in:
2025-05-09 14:26:20 +09:00
parent f1eb516687
commit bfee3a454e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.0.98", "version": "3.0.98",
"factorio_version": "2.0", "factorio_version": "2.0",
"date": "2025-04-30", "date": "2025-05-10",
"title": "Phidias Collection", "title": "Phidias Collection",
"author": "PHIDIAS0303", "author": "PHIDIAS0303",
"contributers": "", "contributers": "",

View File

@@ -37,7 +37,7 @@ for _, force in pairs(game.forces) do
end end
end end
if settings.startup['PHI-EQ'].value and settings.startup['PHI-EQ-ARMOR'].value then if settings.startup['PHI-MB'].value and settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT-ARMOR'].value then
if (not technologies['power-armor-mk2']) or technologies['power-armor-mk2'].researched then if (not technologies['power-armor-mk2']) or technologies['power-armor-mk2'].researched then
recipes['power-armor-mk3'].enabled = true recipes['power-armor-mk3'].enabled = true
recipes['power-armor-mk3'].reload() recipes['power-armor-mk3'].reload()
@@ -136,7 +136,7 @@ for _, force in pairs(game.forces) do
end end
end end
if script.active_mods['space-exploration'] then if settings.startup['PHI-MB'].value and script.active_mods['space-exploration'] then
if technologies['se-core-miner'].researched then if technologies['se-core-miner'].researched then
for i = 2, settings.startup['PHI-MB-MACHINE-TIER'].value do for i = 2, settings.startup['PHI-MB-MACHINE-TIER'].value do
recipes['se-core-miner-drill-' .. i].enabled = true recipes['se-core-miner-drill-' .. i].enabled = true