mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update CTLD-120 - Chinook.lua
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
_SETTINGS:SetPlayerMenuOff()
|
||||
|
||||
local my_ctld = CTLD:New(coalition.side.BLUE,{"Helicargo","Ch.47"},"Lufttransportbrigade I")
|
||||
local my_ctld = CTLD:New(coalition.side.BLUE,{"Helicargo","CH.47"},"Lufttransportbrigade I")
|
||||
my_ctld.useprefix = true
|
||||
my_ctld.dropcratesanywhere = true
|
||||
my_ctld.forcehoverload = false -- Chinook must-have option
|
||||
@@ -51,4 +51,4 @@ end
|
||||
|
||||
function my_ctld:OnAfterCratesDropped(From,Event,To,Group,Unit,Cargotable)
|
||||
MESSAGE:New("Crates dropped by "..Unit:GetPlayerName(),10,"CTLD"):ToBlue()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user