Fix victory on start of MMM

This commit is contained in:
Scott_NZ
2013-02-07 23:41:20 +13:00
parent cdd09ea24f
commit ec56311a3d

View File

@@ -221,9 +221,11 @@ namespace OpenRA.Mods.RA.Missions
MissionFailed("The Soviet radar dome was destroyed.");
}
if (superTanksDestroyed && demitriExtracted)
{
objectives[BriefingID].Status = ObjectiveStatus.Completed;
OnObjectivesUpdated(true);
MissionUtils.CoopMissionAccomplished(world, "Dr. Demitri has been extracted and the super tanks have been dealt with.", greece);
MissionAccomplished("Dr. Demitri has been extracted and the super tanks have been dealt with.");
}
}
void TransferActorToAllies(Actor actor)