diff --git a/mods/ra/maps/desert-shellmap/desert-shellmap.lua b/mods/ra/maps/desert-shellmap/desert-shellmap.lua index 699785270e..7c9fb452dc 100644 --- a/mods/ra/maps/desert-shellmap/desert-shellmap.lua +++ b/mods/ra/maps/desert-shellmap/desert-shellmap.lua @@ -106,6 +106,7 @@ ShipAlliedUnits = function() Trigger.AfterDelay(DateTime.Seconds(60), ShipAlliedUnits) end +--- @param hpad actor InsertAlliedChinookReinforcements = function(entry, hpad) local units = Reinforcements.ReinforceWithTransport(allies, "tran", HelicopterUnitTypes, { entry.Location, hpad.Location + CVec.New(1, 2) }, { entry.Location })[2]