mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-15 15:36:24 +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.
|
-- Wait until player passed the 0.75 NM distance.
|
||||||
local _advice = true
|
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
|
_advice = false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user