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