Skip to content

Commit

Permalink
Increase duration between spawn for SP
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott_NZ authored and Scott_NZ committed Nov 3, 2012
1 parent 5c1a982 commit d7f2273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenRA.Mods.RA/Missions/Allies03Script.cs
Expand Up @@ -257,8 +257,8 @@ public void WorldLoaded(World w)
if (allies2 == null)
{
allies2 = allies1;
attackAtFrame = 500;
attackAtFrameIncrement = 500;
attackAtFrame = 700;
attackAtFrameIncrement = 700;
}
evacuees = w.Players.Single(p => p.InternalName == "Evacuees");
soviets = w.Players.Single(p => p.InternalName == "Soviets");
Expand Down

0 comments on commit d7f2273

Please sign in to comment.