Skip to content

Commit

Permalink
Merge pull request #576 from Avaristimo/master
Browse files Browse the repository at this point in the history
Update ModOptions
  • Loading branch information
AntlerForce authored Feb 13, 2024
2 parents d9c546c + 4a45261 commit 05cc88e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LuaMenu/configs/gameConfig/byar/ModOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 05cc88e

Please sign in to comment.