Removed the suggestion from the Comms screen that Phoebe's name is unknown.

I think this might partly be because of my dialog changes, but this
causes a minor continuity error, since the mission clearly states
that you're rescuing "Phoebe Lexx", and there's also the fact that
the indicator now says "Phoebe" instead of "Target". I figure just
make her name known from the start; the explanation can be that the
ship automatically transmits the name.
This commit is contained in:
onpon4 2016-01-08 10:37:19 -05:00
parent efc2311f7a
commit e557d9920a
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ NONE
7 7
1 1
FACE_PHOEBE FACE_PHOEBE
??????????? (Nerod) Phoebe Lexx (Nerod)
SOS SOS
8 8
2 2

View File

@ -502,7 +502,7 @@ static void intermission_createMissionDetailSurface(SDL_Surface *comms, int miss
break; break;
case MISN_NEROD: case MISN_NEROD:
strcpy(name, "(unknown)"); strcpy(name, "Phoebe Lexx");
strcpy(string, "Help! This is an SOS! Can anyone hear me?!"); strcpy(string, "Help! This is an SOS! Can anyone hear me?!");
y = intermission_renderDialog(comms, y, FS_PHOEBE, string); y = intermission_renderDialog(comms, y, FS_PHOEBE, string);