diff --git a/PHI-CL/migrations/migrations.lua b/PHI-CL/migrations/migrations.lua index 6d495cf..82ecd6c 100644 --- a/PHI-CL/migrations/migrations.lua +++ b/PHI-CL/migrations/migrations.lua @@ -42,7 +42,7 @@ for _, force in pairs(game.forces) do recipes['power-armor-mk3'].reload() end - if ((not technologies['mech-armor']) or technologies['mech-armor'].researched) and recipes['mech-armor'] then + if ((not technologies['mech-armor']) or technologies['mech-armor'].researched) and recipes['mech-armor-mk2'] then recipes['mech-armor-mk2'].enabled = true recipes['mech-armor-mk2'].reload() end