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