adds punctuation to all mission objectives
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user