Focus on the town more; create additional crash site there and and move Einstein there for players to save.

This commit is contained in:
Scott_NZ
2012-09-22 15:32:56 +12:00
parent e07d55f5f4
commit e3b2e84792
5 changed files with 428 additions and 271 deletions

View File

@@ -245,7 +245,7 @@ namespace OpenRA.Mods.RA.Missions
bool AlliesControlLab()
{
return MissionUtils.AreaSecuredByPlayer(world, allies, lab.CenterLocation, LabClearRange);
return MissionUtils.AreaSecuredWithUnits(world, allies, lab.CenterLocation, LabClearRange);
}
void SpawnEinsteinAtLab()