Skip to content

Commit

Permalink
Merge pull request #602 from thehobojoe/rushmode-cleanup
Browse files Browse the repository at this point in the history
[Modoption cleanup] Unify norush modoptions
  • Loading branch information
Ruwetuin authored Mar 19, 2024
2 parents 5c16508 + aaf7c05 commit 62473d9
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions LuaMenu/configs/gameConfig/byar/ModOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -977,23 +977,14 @@ local options={
section = "options_experimental",
},

{
key = 'norush',
name = "No Rush mode",
desc = "!UNFINISHED! - Missing visual indicators, Requires Startboxes (doesn't work in FFA or 1v1 preset)",
type = "bool",
section = 'options_experimental',
def = false,
},

{
key = 'norushtimer',
name = "No Rush Time",
desc = '(Range: 5 - 30). Minutes',
desc = "(Range: 0 - 30) Minutes. !UNFINISHED! - Missing visual indicators, Requires Startboxes (doesn't work in FFA or 1v1 preset)",
type = "number",
section = 'options_experimental',
def = 5,
min = 5,
def = 0,
min = 0,
max = 30,
step = 1,
},
Expand Down

0 comments on commit 62473d9

Please sign in to comment.