This commit is contained in:
2025-06-22 13:50:17 +09:00
parent cf5099f139
commit c141cf8240

View File

@@ -37,16 +37,14 @@ for _, force in pairs(game.forces) do
end end
end end
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) and recipes['power-armor-mk3'] 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() end
end
if (not technologies['mech-armor']) or technologies['mech-armor'].researched then if ((not technologies['mech-armor']) or technologies['mech-armor'].researched) and recipes['mech-armor'] then
recipes['mech-armor-mk2'].enabled = true recipes['mech-armor-mk2'].enabled = true
recipes['mech-armor-mk2'].reload() recipes['mech-armor-mk2'].reload()
end
end end
if settings.startup['PHI-CT'].value then if settings.startup['PHI-CT'].value then