From aaf7c05d56343e73f2ad6403c69e9e67b43bad8a Mon Sep 17 00:00:00 2001 From: thehobojoe Date: Tue, 19 Mar 2024 00:28:02 -0500 Subject: [PATCH] cleanup norush modoptions --- LuaMenu/configs/gameConfig/byar/ModOptions.lua | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/LuaMenu/configs/gameConfig/byar/ModOptions.lua b/LuaMenu/configs/gameConfig/byar/ModOptions.lua index 88239c124..6019969d6 100644 --- a/LuaMenu/configs/gameConfig/byar/ModOptions.lua +++ b/LuaMenu/configs/gameConfig/byar/ModOptions.lua @@ -986,23 +986,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, },