From 43e5838555e4ac1c7699606957ac0adf64f0a275 Mon Sep 17 00:00:00 2001 From: Scott_NZ Date: Mon, 17 Dec 2012 02:58:14 +1300 Subject: [PATCH] Adjusted wording of objectives --- OpenRA.Mods.RA/Missions/Allies04Script.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Missions/Allies04Script.cs b/OpenRA.Mods.RA/Missions/Allies04Script.cs index df96b208de..c9d665de18 100644 --- a/OpenRA.Mods.RA/Missions/Allies04Script.cs +++ b/OpenRA.Mods.RA/Missions/Allies04Script.cs @@ -34,7 +34,7 @@ namespace OpenRA.Mods.RA.Missions Dictionary objectives = new Dictionary { { InfiltrateID, new Objective(ObjectiveType.Primary, "", ObjectiveStatus.InProgress) }, - { DestroyID, new Objective(ObjectiveType.Primary, "Secure the Soviet research laboratory and destroy the rest of the Soviet base. Ensure that the Soviet research laboratory is not destroyed.", ObjectiveStatus.Inactive) } + { DestroyID, new Objective(ObjectiveType.Primary, "Secure the laboratory and destroy the rest of the Soviet base. Ensure that the laboratory is not destroyed.", ObjectiveStatus.Inactive) } }; const int InfiltrateID = 0;