Remove the setting of tanya's stance to "HoldFire" in all missions

This commit is contained in:
abcdefg30
2016-07-12 19:38:09 +02:00
parent aec6bb295a
commit 21f504fed9
5 changed files with 5 additions and 16 deletions

View File

@@ -13,7 +13,6 @@ SendInsertionHelicopter = function()
TanyaReinforcements, InsertionPath, { InsertionEntry.Location })[2]
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)