adds punctuation to all mission objectives

This commit is contained in:
clemty
2015-06-04 10:20:05 +02:00
parent d7a7dc9219
commit 3bb9f0170a
17 changed files with 51 additions and 51 deletions

View File

@@ -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)