This commit is contained in:
2024-10-31 19:53:17 +09:00
parent e41b4c9df0
commit ae99cc6fd5
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ for _, force in pairs(game.forces) do
recipes['power-armor-mk3'].reload()
end
if technologies['mech-armor'] and technologies['mech-armor-mk2'].researched then
if technologies['mech-armor'] and technologies['mech-armor'].researched then
recipes['mech-armor-mk2'].enabled = true
recipes['mech-armor-mk2'].reload()
end