Clarify mission objectives #16169

This commit is contained in:
Maarten
2019-02-07 13:51:49 +01:00
committed by reaperrr
parent a49287cc97
commit f91d3f2603

View File

@@ -82,8 +82,8 @@ reinforcementsHaveArrived = false
LabInfiltrated = function()
Utils.Do(humans, function(player)
if player then
secureLab = player.AddPrimaryObjective("Eliminate all units guarding the lab.")
destroyBase = player.AddPrimaryObjective("Destroy the soviet installation.")
secureLab = player.AddPrimaryObjective("Secure the laboratory by eliminating its guards.")
destroyBase = player.AddPrimaryObjective("Destroy the remaining Soviet presence.")
player.MarkCompletedObjective(infiltrateLab)
Trigger.ClearAll(Lab)
Trigger.AfterDelay(0, function()