From be61e67fe1d04c3e337674584f54947baaa5fd27 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 25 Jun 2025 03:48:08 +0900 Subject: [PATCH] . --- PHI-CL/migrations/migrations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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