mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-04 14:58:56 +00:00
#AIRBOSS - prevent too early LSO calls
This commit is contained in:
@@ -10410,7 +10410,7 @@ function AIRBOSS:_Groove( playerData )
|
||||
|
||||
-- Wait until player passed the 0.75 NM distance.
|
||||
local _advice = true
|
||||
if playerData.TIG0 == nil and playerData.difficulty ~= AIRBOSS.Difficulty.EASY then -- rho>RXX
|
||||
if (playerData.TIG0 == nil or playerData.TIG0 == 0) and playerData.difficulty ~= AIRBOSS.Difficulty.EASY then -- rho>RXX
|
||||
_advice = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user