diff --git a/mods/ra/maps/allies-01/allies01.lua b/mods/ra/maps/allies-01/allies01.lua index f21db88470..21f06a9c22 100644 --- a/mods/ra/maps/allies-01/allies01.lua +++ b/mods/ra/maps/allies-01/allies01.lua @@ -14,6 +14,9 @@ SendInsertionHelicopter = function() local tanya = passengers[1] Trigger.OnKilled(tanya, TanyaKilledInAction) tanya.Stance = "HoldFire" + Trigger.AfterDelay(DateTime.Seconds(4), function() + Media.DisplayMessage("According to the rules of engagement I need your explicit orders to fire, Commander!", "Tanya") + end) end SendJeeps = function()