mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-09 10:16:49 +00:00
Merge remote-tracking branch 'origin/master-ng' into develop
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