Fix whitespace in objectives

This commit is contained in:
Scott_NZ
2013-01-02 02:20:58 +13:00
parent c836d69385
commit 1ec3b2ffe2
3 changed files with 5 additions and 5 deletions

View File

@@ -43,10 +43,10 @@ namespace OpenRA.Mods.RA.Missions
const int GapGeneratorID = 2; const int GapGeneratorID = 2;
const string Evacuate = "Following the rescue of Einstein, the Allies are now being flanked from both sides." const string Evacuate = "Following the rescue of Einstein, the Allies are now being flanked from both sides."
+ "Evacuate {0} units before the remaining Allied forces in the area are wiped out."; + " Evacuate {0} units before the remaining Allied forces in the area are wiped out.";
const string Airbase = "Destroy the nearby Soviet airbases."; const string Airbase = "Destroy the nearby Soviet airbases.";
const string GapGenerator = "Einstein has recently developed a technology which allows us to obscure units from the enemy." const string GapGenerator = "Einstein has recently developed a technology which allows us to obscure units from the enemy."
+ "Evacuate at least one prototype mobile gap generator intact."; + " Evacuate at least one prototype mobile gap generator intact.";
int unitsEvacuatedThreshold; int unitsEvacuatedThreshold;
int unitsEvacuated; int unitsEvacuated;

View File

@@ -41,7 +41,7 @@ namespace OpenRA.Mods.RA.Missions
const int DestroyID = 1; const int DestroyID = 1;
const string Destroy = "Secure the laboratory and destroy the rest of the Soviet base. Ensure that the laboratory is not destroyed."; const string Destroy = "Secure the laboratory and destroy the rest of the Soviet base. Ensure that the laboratory is not destroyed.";
const string Infiltrate = "The Soviets are currently developing a new defensive system named the \"Iron Curtain\" at their main research laboratory." const string Infiltrate = "The Soviets are currently developing a new defensive system named the \"Iron Curtain\" at their main research laboratory."
+ "Get our {0} into the laboratory undetected."; + " Get our {0} into the laboratory undetected.";
Actor lstEntryPoint; Actor lstEntryPoint;
Actor lstUnloadPoint; Actor lstUnloadPoint;

View File

@@ -35,8 +35,8 @@ namespace OpenRA.Mods.RA.Missions
const int DestroyID = 0; const int DestroyID = 0;
const string Destroy = "A pitiful excuse for resistance has blockaded itself in this village." const string Destroy = "A pitiful excuse for resistance has blockaded itself in this village."
+ "Stalin has decided to make an example of them. Kill them all and destroy their homes." + " Stalin has decided to make an example of them. Kill them all and destroy their homes."
+ "You will have Yak aircraft to use in teaching these rebels a lesson."; + " You will have Yak aircraft to use in teaching these rebels a lesson.";
World world; World world;