Have the countdown timer flash in the last 10 seconds, and increase the money amount when reinforcements arrive
This commit is contained in:
@@ -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" };
|
||||
|
||||
Reference in New Issue
Block a user