Increase deaths threshold to 200

This commit is contained in:
Scott_NZ
2012-10-22 21:11:44 +13:00
parent 60569bc97c
commit 49571fc78a

View File

@@ -53,7 +53,7 @@ namespace OpenRA.Mods.RA.Missions
const string MaintainPresence = "Maintain an Allied presence in the area. Reinforcements will arrive soon.";
const string FewDeathsTemplate = "Lose fewer than {0}/{1} units.";
const int DeathsThreshold = 100;
const int DeathsThreshold = 200;
Actor sam1;
Actor sam2;