mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#AUFTRAG
* bear trap for Bryce using RECON Auftrags
This commit is contained in:
parent
fb1b5b209e
commit
6ba62e3e04
@ -2230,7 +2230,13 @@ function AUFTRAG:NewRECON(ZoneSet, Speed, Altitude, Adinfinitum, Randomly, Forma
|
||||
|
||||
mission:_TargetFromObject(ZoneSet)
|
||||
|
||||
mission.missionZoneSet = ZoneSet
|
||||
if ZoneSet:IsInstanceOf("SET_ZONE") then
|
||||
mission.missionZoneSet = ZoneSet
|
||||
else
|
||||
mission.missionZoneSet = SET_ZONE:New()
|
||||
mission.missionZoneSet:AddZone(ZoneSet)
|
||||
end
|
||||
|
||||
|
||||
mission.missionTask=mission:GetMissionTaskforMissionType(AUFTRAG.Type.RECON)
|
||||
|
||||
@ -6699,8 +6705,6 @@ function AUFTRAG.CheckMissionCapabilityAll(MissionTypes, Capabilities)
|
||||
return res
|
||||
end
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user