Update CTLD-120 - Chinook.lua

This commit is contained in:
Thomas
2024-08-18 19:12:29 +02:00
committed by GitHub
parent 8e554ababc
commit a151a1c709

View File

@@ -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