This commit is contained in:
Frank
2020-04-28 17:31:59 +02:00
parent f9e5785f52
commit 4ea9c8508d
7 changed files with 282 additions and 416 deletions
-16
View File
@@ -358,22 +358,6 @@ function SQUADRON:SetAirwing(Airwing)
return self
end
--- This squadron can do recue helo operations for boat ops.
-- @param #SQUADRON self
-- @return #SQUADRON self
function SQUADRON:SetCanRescueHelo()
self.canrescuehelo=true
return self
end
--- This squadron can do recovery tanker operations for boat ops.
-- @param #SQUADRON self
-- @return #SQUADRON self
function SQUADRON:SetCanRescueHelo()
self.canrecoverytanker=true
return self
end
--- Add airwing asset to squadron.
-- @param #SQUADRON self