From 1d1446a5e8cddc9574f6e2f1892306dfe87919a8 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 4 Jun 2026 21:31:32 +0900 Subject: [PATCH] . --- PHI-CL/migrations.lua | 2 +- PHI-CL/settings.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PHI-CL/migrations.lua b/PHI-CL/migrations.lua index 7247594..b50106a 100644 --- a/PHI-CL/migrations.lua +++ b/PHI-CL/migrations.lua @@ -124,7 +124,7 @@ for _, force in pairs(game.forces) do recipes['super-pump'].reload() end - if settings.startup['PHI-MB'].value and script.active_mods['space-exploration'] then + if settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 and script.active_mods['space-exploration'] then if technologies['se-core-miner'].researched then for i = 2, settings.startup['PHI-MB-MACHINE'].value do recipes['se-core-miner-drill-' .. i].enabled = true diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index 200de8f..f6fe3b7 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -168,7 +168,7 @@ data:extend({ default_value = '', allowed_values = {'', 'SAP', 'VP'}, localised_name = {'phi-cl.setting-category-color', 'GM', {'phi-cl.enable'}, {'mod-setting-name.PHI-GM'}}, - localised_description = {'', {'phi-cl.setting-change-color', '[GM] [60] A26 C25 H9\n[SAP] [30] A3 C27\n[VP] [638] A16 C203 H419'}}, + localised_description = {'', {'phi-cl.setting-change-color', '[GM] [60] A26 C25 H9\n[SAP] [30] A3 C27\n[VP] [615] A16 C189 H410'}}, order = 'D00' }, { type = 'bool-setting',