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.
This commit is contained in:
onpon4 2016-06-02 11:16:39 -04:00
parent 362584ff38
commit dda76c8fe4
1 changed files with 5 additions and 0 deletions

View File

@ -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