Update CTLD-100 - Basic.lua

This commit is contained in:
Thomas 2022-11-13 12:13:01 +01:00 committed by GitHub
parent 15846d3765
commit 57a4d25445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,6 @@
--
-- CTLD: https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Ops.CTLD.html
--
-- Note: As of today, Ops.CTLD.lua is WIP. You need a develop branch Moose.lua => 23 Jun 2021 for this to work.
-------------------------------------------------------------------------
-- Join a Helicopter. Use the F10 menu to request crates and/or troops.
-- Fly over to the drop zone at the far end of the airport and unload.
@ -35,4 +33,4 @@ my_ctld:AddCTLDZone("Movezone",CTLD.CargoZoneType.MOVE,SMOKECOLOR.Orange,false,f
my_ctld:AddCTLDZone("Movezone2",CTLD.CargoZoneType.MOVE,SMOKECOLOR.White,false,true)
-- update unit capabilities for testing
my_ctld:UnitCapabilities("SA342L", true, true, 8, 8)
my_ctld:UnitCapabilities("SA342L", true, true, 8, 8)