Have the countdown timer flash in the last 10 seconds, and increase the money amount when reinforcements arrive

This commit is contained in:
Scott_NZ
2012-09-30 17:30:07 +13:00
parent 37479b3cfd
commit 762db8b304
2 changed files with 6 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ namespace OpenRA.Mods.RA.Missions
const int ReinforcementsTicks = 1500 * 12;
static readonly string[] Reinforcements = { "2tnk", "2tnk", "2tnk", "2tnk", "2tnk", "2tnk", "1tnk", "1tnk", "jeep", "e1", "e1", "e1", "e1", "e3", "e3", "mcv" };
const int ReinforcementsCash = 2000;
const int ReinforcementsCash = 5000;
const int ParatroopersTicks = 1500 * 8;
static readonly string[] Badger1Passengers = { "e1", "e1", "e1", "e2", "3tnk" };