mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
added missing end to TIG "_OK_" subtraction
This commit is contained in:
parent
1644c1dc5b
commit
faccee88e7
@ -12713,7 +12713,7 @@ function AIRBOSS:_LSOgrade( playerData )
|
||||
local nS=count(G, '%(')
|
||||
local nN=N-nS-nL
|
||||
|
||||
if TIG=="_OK_" then nL = nL -1 --Circuit added to prevent grade deduction for perfect groove
|
||||
if TIG=="_OK_" then nL = nL -1 end --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.
|
||||
local Tgroove=playerData.Tgroove
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user