adds punctuation to all mission objectives
This commit is contained in:
@@ -87,8 +87,8 @@ WorldLoaded = function()
|
||||
Media.PlaySpeechNotification(player, "Lose")
|
||||
end)
|
||||
|
||||
secureAreaObjective = player.AddPrimaryObjective("Eliminate all Nod forces in the area")
|
||||
beachheadObjective = player.AddSecondaryObjective("Establish a beachhead")
|
||||
secureAreaObjective = player.AddPrimaryObjective("Eliminate all Nod forces in the area.")
|
||||
beachheadObjective = player.AddSecondaryObjective("Establish a beachhead.")
|
||||
|
||||
ReinforceWithLandingCraft(MCVReinforcements, lstStart.Location + CVec.New(2, 0), lstEnd.Location + CVec.New(2, 0), mcvTarget.Location)
|
||||
Reinforce(InfantryReinforcements)
|
||||
|
||||
Reference in New Issue
Block a user