Update Airboss.lua

Fixed possible bug where a player will get points deducted when getting a perfect groove time
This commit is contained in:
nasgroup94 2025-10-21 05:44:19 -04:00 committed by GitHub
parent a1aebf0575
commit 5fc3798c42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12683,6 +12683,7 @@ function AIRBOSS:_LSOgrade( playerData )
local nS=count(G, '%(') local nS=count(G, '%(')
local nN=N-nS-nL local nN=N-nS-nL
if TIG=="_OK_" then nL = nL -1 --Circuit added to prevent grade deduction for perfect groove
-- Groove time 15-18.99 sec for a unicorn. Or 60-65 for V/STOL unicorn. -- Groove time 15-18.99 sec for a unicorn. Or 60-65 for V/STOL unicorn.
local Tgroove=playerData.Tgroove local Tgroove=playerData.Tgroove