diff --git a/LuaMenu/configs/gameConfig/byar/ModOptions.lua b/LuaMenu/configs/gameConfig/byar/ModOptions.lua index b5eaa4917..b251caf2a 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 complete overhaul of air units and mechanics', + type = 'bool', + def = false, + section = 'options_experimental', + hidden = true, + }, { key = 'experimentalimprovedtransports',