Make the mission a bit harder - add a heavy tank to each wave

This commit is contained in:
ScottNZ
2012-06-23 20:41:43 +12:00
parent 6ba0c448c8
commit 7fb659bd3a

View File

@@ -54,7 +54,7 @@ namespace OpenRA.Mods.RA.Missions
private static readonly string[] ships = { "ca", "ca", "ca", "ca" };
private static readonly string[] attackWave = { "e1", "e1", "e1", "e1", "e2", "e2", "e2", "e2", "dog" };
private static readonly string[] attackWave = { "e1", "e1", "e1", "e1", "e2", "e2", "e2", "e2", "dog", "3tnk" };
private int currentAttackWaveFrameNumber;
private int currentAttackWave;
private const int einsteinChinookArrivesAtAttackWave = 5;