X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fmoving.c;h=0c44b9941801cac099b553c3fd5d5d969e32c8e4;hp=d21ab179461d4af2a79f0bf6c5c51b6a415e001d;hb=05845f1a048926f08b0df44ed8c729a8797a2d85;hpb=933f68f408ae6ff5c04f55d41d43655d6f4fcdb6 diff --git a/src/moving.c b/src/moving.c index d21ab17..0c44b99 100644 --- a/src/moving.c +++ b/src/moving.c @@ -1139,8 +1139,8 @@ void abandon(void) prout(_("Remainder of ship's complement beam down")); prout(_("to nearest habitable planet.")); } else if (q->planet != NOPLANET && !damaged(DTRANSP)) { - prout(_("Remainder of ship's complement beam down")); - prout(_("to %s."), systnames[q->planet]); + prout(_("Remainder of ship's complement beam down to %s."), + systnames[q->planet]); } else { prout(_("Entire crew of %d left to die in outer space."), game.state.crew);