Split long objective strings over several lines
This commit is contained in:
@@ -35,7 +35,9 @@ namespace OpenRA.Mods.RA.Missions
|
||||
};
|
||||
|
||||
const int DestroyID = 0;
|
||||
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. You will have Yak aircraft to use in teaching these rebels a lesson.";
|
||||
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."
|
||||
+ "You will have Yak aircraft to use in teaching these rebels a lesson.";
|
||||
|
||||
World world;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user