Split long objective strings over several lines

This commit is contained in:
Scott_NZ
2012-12-31 17:44:16 +13:00
parent 82809f27f7
commit bdb7bb97cd
3 changed files with 9 additions and 4 deletions

View File

@@ -40,7 +40,8 @@ namespace OpenRA.Mods.RA.Missions
const int InfiltrateID = 0;
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 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.";
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.";
Actor lstEntryPoint;
Actor lstUnloadPoint;