mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
AIBOSS v0.9.9.7
This commit is contained in:
parent
a29a8d7d81
commit
70f30d2c53
@ -9016,11 +9016,11 @@ function AIRBOSS:_DirtyUp(playerData)
|
||||
self:_PlayerHint(playerData)
|
||||
|
||||
-- Radio call "Say/Fly needles". Delayed by 10/15 seconds.
|
||||
if playerData.actype==AIRBOSS.AircraftCarrier.HORNET then
|
||||
if playerData.actype==AIRBOSS.AircraftCarrier.HORNET or playerData.actype==AIRBOSS.AircraftCarrier.F14A or playerData.actype==AIRBOSS.AircraftCarrier.F14B then
|
||||
local callsay=self:_NewRadioCall(self.MarshalCall.SAYNEEDLES, nil, nil, 5, playerData.onboard)
|
||||
local callfly=self:_NewRadioCall(self.MarshalCall.FLYNEEDLES, nil, nil, 5, playerData.onboard)
|
||||
self:RadioTransmission(self.MarshalRadio, callsay, false, 50, nil, true)
|
||||
self:RadioTransmission(self.MarshalRadio, callfly, false, 55, nil, true)
|
||||
self:RadioTransmission(self.MarshalRadio, callsay, false, 55, nil, true)
|
||||
self:RadioTransmission(self.MarshalRadio, callfly, false, 60, nil, true)
|
||||
end
|
||||
|
||||
-- TODO: Make Fly Bullseye call if no automatic ICLS is active.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user