mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update CTLD-120 - Statics.lua
Small bug fix
This commit is contained in:
@@ -26,7 +26,7 @@ myctld:__Start(5)
|
||||
myctld:AddCTLDZone("PickupZone",CTLD.CargoZoneType.LOAD,SMOKECOLOR.Blue,true,true)
|
||||
|
||||
-- define a drop zone
|
||||
myctld:AddCTLDZone("DropZone",CTLD.CargoZoneType.LOAD,SMOKECOLOR.Red,true,true)
|
||||
myctld:AddCTLDZone("DropZone",CTLD.CargoZoneType.DROP,SMOKECOLOR.Red,true,true)
|
||||
|
||||
-- define statics cargo
|
||||
myctld:AddStaticsCargo("Ammunition",50,25) -- ammuntion weight 50kg ;) stock 25 pc
|
||||
|
||||
Reference in New Issue
Block a user