From 86b1f27f00a52d2ee9f96977b5aa42aee7291658 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 1 Apr 2016 17:03:11 +0100 Subject: [PATCH] Misc misson tweaks. --- data/missions/aster/02 - return to aster #2.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/missions/aster/02 - return to aster #2.json b/data/missions/aster/02 - return to aster #2.json index 8389017..165bc57 100644 --- a/data/missions/aster/02 - return to aster #2.json +++ b/data/missions/aster/02 - return to aster #2.json @@ -5,6 +5,7 @@ "background" : "gfx/backgrounds/background04.jpg", "planet" : "gfx/planets/bluePlanet.png", "music" : "music/battle/track-3.mp3", + "manualComplete" : 1, "objectives" : [ { "description" : "Destroy all enemy forces", @@ -39,7 +40,7 @@ "number" : 5, "scatter" : 4000, "flags" : "+EF_AI_LEADER", - "aiFlags" : "+AIF_DROPS_MINES" + "aiFlags" : "+AIF_DROPS_MINES+AIF_WANDERS" }, { "types" : "Shale", @@ -58,6 +59,16 @@ "MSG_BOX Pope;Watch out for those mines. They're on proximity triggers and have a large area of effect.", "MSG_BOX Pope;Take them out from a distance, otherwise you'll be in trouble." ] + }, + { + "function" : "ALL_OBJECTIVES_COMPLETE", + "lines" : [ + "WAIT 1", + "MSG_BOX Pope;That's the bombers taken care of, but the area is still littered with mines.", + "MSG_BOX Pope;We'll need to get a team in here to take care of them.", + "WAIT_MSG_BOX", + "COMPLETE_MISSION" + ] } ] }