diff --git a/data/planets_eyananth.dat b/data/planets_eyananth.dat index edbb403..f8fd952 100644 --- a/data/planets_eyananth.dat +++ b/data/planets_eyananth.dat @@ -32,7 +32,7 @@ NONE 7 1 FACE_PHOEBE -??????????? (Nerod) +Phoebe Lexx (Nerod) SOS 8 2 diff --git a/src/intermission.cpp b/src/intermission.cpp index 2c8564b..b135776 100644 --- a/src/intermission.cpp +++ b/src/intermission.cpp @@ -502,7 +502,7 @@ static void intermission_createMissionDetailSurface(SDL_Surface *comms, int miss break; case MISN_NEROD: - strcpy(name, "(unknown)"); + strcpy(name, "Phoebe Lexx"); strcpy(string, "Help! This is an SOS! Can anyone hear me?!"); y = intermission_renderDialog(comms, y, FS_PHOEBE, string);