From 6e6b1fc452a9714cd850a1270a554253f7525d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 11 Dec 2014 20:49:03 +0100 Subject: [PATCH] fix an oversight in #7081 --- mods/ra/maps/allies-01/allies01.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/maps/allies-01/allies01.lua b/mods/ra/maps/allies-01/allies01.lua index 4f9aaac26b..d20f14ca3b 100644 --- a/mods/ra/maps/allies-01/allies01.lua +++ b/mods/ra/maps/allies-01/allies01.lua @@ -130,7 +130,7 @@ HelicopterGone = function() Trigger.AfterDelay(DateTime.Seconds(1), function() player.MarkCompletedObjective(ExtractObjective) player.MarkCompletedObjective(EinsteinSurviveObjective) - if not Tanya.IsDead then + if not player.IsObjectiveFailed(TanyaSurviveObjective) then player.MarkCompletedObjective(TanyaSurviveObjective) end if not collateralDamage then