From 08418ae43342bd6860811690958f9f4d0c38063d Mon Sep 17 00:00:00 2001 From: thehobojoe Date: Tue, 19 Mar 2024 00:35:13 -0500 Subject: [PATCH] Remove reverse gear modoption --- LuaMenu/configs/gameConfig/byar/ModOptions.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/LuaMenu/configs/gameConfig/byar/ModOptions.lua b/LuaMenu/configs/gameConfig/byar/ModOptions.lua index 88239c124..1945823f6 100644 --- a/LuaMenu/configs/gameConfig/byar/ModOptions.lua +++ b/LuaMenu/configs/gameConfig/byar/ModOptions.lua @@ -751,15 +751,6 @@ local options={ step = 0.1, }, - { - key = "experimentalreversegear", - name = "Reverse gear", - desc = "Allows units to move backwards over short distances", - type = "bool", - def = false, - section = "options_unit_modifiers", - }, - { key = "tweakunits", name = "Tweak Units",