Send the waves instantly
This commit is contained in:
@@ -135,11 +135,8 @@ namespace OpenRA.Mods.RA.Missions
|
||||
}
|
||||
}
|
||||
if (objectives[ExtractEinsteinID].Status == ObjectiveStatus.InProgress)
|
||||
{
|
||||
if (world.FrameNumber % 25 == 0)
|
||||
{
|
||||
SendAttackWave();
|
||||
}
|
||||
if (world.FrameNumber >= currentAttackWaveFrameNumber + 600)
|
||||
{
|
||||
Sound.Play("enmyapp1.aud");
|
||||
|
||||
Reference in New Issue
Block a user