Rework bottom right of the Allies 02 map, move captive Engineer outside. Set Tanya's stance to ReturnFire so attack-move works.

This commit is contained in:
Scott_NZ
2012-09-09 14:08:11 +12:00
parent ff0ad9cb41
commit e5ab56e843
5 changed files with 10 additions and 16 deletions

View File

@@ -106,17 +106,14 @@ namespace OpenRA.Mods.RA.Missions
{
return;
}
// display current objective every so often
if (world.FrameNumber % 1500 == 1)
{
DisplayObjective();
}
// taunt every so often
if (world.FrameNumber % 1000 == 0)
{
Sound.Play(Taunts[world.SharedRandom.Next(Taunts.Length)]);
}
// objectives
if (currentObjective == 0)
{
if (AlliesControlLab())