From 5c704eed71f3758c5487ac23d8c62f04a7ec95be Mon Sep 17 00:00:00 2001 From: Timothy Verbruggen <73989722+Avaristimo@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:49:50 +0100 Subject: [PATCH 1/4] Update ModOptions.lua added skyshift --- LuaMenu/configs/gameConfig/byar/ModOptions.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/LuaMenu/configs/gameConfig/byar/ModOptions.lua b/LuaMenu/configs/gameConfig/byar/ModOptions.lua index b5eaa4917..0bf188fc0 100644 --- a/LuaMenu/configs/gameConfig/byar/ModOptions.lua +++ b/LuaMenu/configs/gameConfig/byar/ModOptions.lua @@ -897,6 +897,16 @@ local options={ section = 'options_experimental', def = false, }, + + { + key = "skyshift", + name = "Skyshift: Air Rework", + desc = "A comeplete overhaul of air units and mechanics", + type = "bool", + def = false, + section = "options_experimental", + hidden = true, + }, { key = 'experimentalimprovedtransports', From 3c356d42fb7a0bd277add4bda805b7c911caac2f Mon Sep 17 00:00:00 2001 From: Timothy Verbruggen <73989722+Avaristimo@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:53:43 +0100 Subject: [PATCH 2/4] Update ModOptions.lua --- LuaMenu/configs/gameConfig/byar/ModOptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaMenu/configs/gameConfig/byar/ModOptions.lua b/LuaMenu/configs/gameConfig/byar/ModOptions.lua index 0bf188fc0..beeda4367 100644 --- a/LuaMenu/configs/gameConfig/byar/ModOptions.lua +++ b/LuaMenu/configs/gameConfig/byar/ModOptions.lua @@ -901,7 +901,7 @@ local options={ { key = "skyshift", name = "Skyshift: Air Rework", - desc = "A comeplete overhaul of air units and mechanics", + desc = "A complete overhaul of air units and mechanics", type = "bool", def = false, section = "options_experimental", From 3a893929caa000725b8bf1b32c9f71adc970fe1b Mon Sep 17 00:00:00 2001 From: Timothy Verbruggen <73989722+Avaristimo@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:02:15 +0100 Subject: [PATCH 3/4] Update ModOptions.lua --- LuaMenu/configs/gameConfig/byar/ModOptions.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LuaMenu/configs/gameConfig/byar/ModOptions.lua b/LuaMenu/configs/gameConfig/byar/ModOptions.lua index beeda4367..2db66f531 100644 --- a/LuaMenu/configs/gameConfig/byar/ModOptions.lua +++ b/LuaMenu/configs/gameConfig/byar/ModOptions.lua @@ -899,12 +899,12 @@ local options={ }, { - key = "skyshift", - name = "Skyshift: Air Rework", - desc = "A complete overhaul of air units and mechanics", - type = "bool", - def = false, - section = "options_experimental", + key = "skyshift", + name = "Skyshift: Air Rework", + desc = "A complete overhaul of air units and mechanics", + type = "bool", + def = false, + section = "options_experimental", hidden = true, }, From 4a45261a75ee3dcb909d289a8991790006dd0c08 Mon Sep 17 00:00:00 2001 From: Timothy Verbruggen <73989722+Avaristimo@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:07:32 +0100 Subject: [PATCH 4/4] Update ModOptions.lua --- LuaMenu/configs/gameConfig/byar/ModOptions.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LuaMenu/configs/gameConfig/byar/ModOptions.lua b/LuaMenu/configs/gameConfig/byar/ModOptions.lua index 2db66f531..b251caf2a 100644 --- a/LuaMenu/configs/gameConfig/byar/ModOptions.lua +++ b/LuaMenu/configs/gameConfig/byar/ModOptions.lua @@ -899,12 +899,12 @@ local options={ }, { - key = "skyshift", - name = "Skyshift: Air Rework", - desc = "A complete overhaul of air units and mechanics", - type = "bool", + key = 'skyshift', + name = 'Skyshift: Air Rework', + desc = 'A complete overhaul of air units and mechanics', + type = 'bool', def = false, - section = "options_experimental", + section = 'options_experimental', hidden = true, },