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

@@ -43,7 +43,7 @@ WorldLoaded = function()
dinosaur = Player.GetPlayer("Dinosaur")
civilian = Player.GetPlayer("Civilian")
InvestigateObj = nod.AddPrimaryObjective("Investigate the nearby village for reports of \nstrange activity")
InvestigateObj = nod.AddPrimaryObjective("Investigate the nearby village for reports of \nstrange activity.")
Trigger.OnObjectiveAdded(nod, function(p, id)
Media.DisplayMessage(p.GetObjectiveDescription(id), "New " .. string.lower(p.GetObjectiveType(id)) .. " objective")