From dda76c8fe4de28f36bfa2059ad9d882b0eea76d8 Mon Sep 17 00:00:00 2001 From: onpon4 Date: Thu, 2 Jun 2016 11:16:39 -0400 Subject: [PATCH] Added a message to make it clearer to newcomers that you can leave early. The game previously didn't give any clear indication that secondary objectives are optional. This message should make this feature more obvious. --- src/missions.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/missions.cpp b/src/missions.cpp index 195bfb9..bca5830 100644 --- a/src/missions.cpp +++ b/src/missions.cpp @@ -583,6 +583,11 @@ bool allMissionsCompleted() } else { + if (currentMission.remainingObjectives2 > 0) + { + setInfoLine("Emergency warp drive activated. Press button to engage.", FONT_CYAN); + } + if (game.area != MISN_INTERCEPTION) setInfoLine("*** All Primary Objectives Completed ***", FONT_GREEN); else