Clarify mission objectives #16169
This commit is contained in:
@@ -82,8 +82,8 @@ reinforcementsHaveArrived = false
|
|||||||
LabInfiltrated = function()
|
LabInfiltrated = function()
|
||||||
Utils.Do(humans, function(player)
|
Utils.Do(humans, function(player)
|
||||||
if player then
|
if player then
|
||||||
secureLab = player.AddPrimaryObjective("Eliminate all units guarding the lab.")
|
secureLab = player.AddPrimaryObjective("Secure the laboratory by eliminating its guards.")
|
||||||
destroyBase = player.AddPrimaryObjective("Destroy the soviet installation.")
|
destroyBase = player.AddPrimaryObjective("Destroy the remaining Soviet presence.")
|
||||||
player.MarkCompletedObjective(infiltrateLab)
|
player.MarkCompletedObjective(infiltrateLab)
|
||||||
Trigger.ClearAll(Lab)
|
Trigger.ClearAll(Lab)
|
||||||
Trigger.AfterDelay(0, function()
|
Trigger.AfterDelay(0, function()
|
||||||
|
|||||||
Reference in New Issue
Block a user