mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-25 13:02:11 +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)
|
myctld:AddCTLDZone("PickupZone",CTLD.CargoZoneType.LOAD,SMOKECOLOR.Blue,true,true)
|
||||||
|
|
||||||
-- define a drop zone
|
-- 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
|
-- define statics cargo
|
||||||
myctld:AddStaticsCargo("Ammunition",50,25) -- ammuntion weight 50kg ;) stock 25 pc
|
myctld:AddStaticsCargo("Ammunition",50,25) -- ammuntion weight 50kg ;) stock 25 pc
|
||||||
|
|||||||
Reference in New Issue
Block a user