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

@@ -132,7 +132,7 @@ DiscoverGdiBase = function(actor, discoverer)
baseDiscovered = true
gdiObjective3 = gdi.AddPrimaryObjective("Eliminate all Nod forces in the area")
gdiObjective3 = gdi.AddPrimaryObjective("Eliminate all Nod forces in the area.")
gdi.MarkCompletedObjective(gdiObjective1)
Attack()
@@ -205,9 +205,9 @@ WorldLoaded = function()
Media.PlaySpeechNotification(player, "Win")
end)
nodObjective = nod.AddPrimaryObjective("Destroy all GDI troops")
gdiObjective1 = gdi.AddPrimaryObjective("Find the GDI base")
gdiObjective2 = gdi.AddSecondaryObjective("Destroy all SAM sites to receive air support")
nodObjective = nod.AddPrimaryObjective("Destroy all GDI troops.")
gdiObjective1 = gdi.AddPrimaryObjective("Find the GDI base.")
gdiObjective2 = gdi.AddSecondaryObjective("Destroy all SAM sites to receive air support.")
SetupWorld()