X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fai.c;fp=src%2Fai.c;h=89b366d8be93921156104e3b4564dc32f02dab44;hp=e0bfb08ad50cfce872446ef883a982a1faa579e1;hb=05845f1a048926f08b0df44ed8c729a8797a2d85;hpb=933f68f408ae6ff5c04f55d41d43655d6f4fcdb6 diff --git a/src/ai.c b/src/ai.c index e0bfb08..89b366d 100644 --- a/src/ai.c +++ b/src/ai.c @@ -363,7 +363,7 @@ static bool movescom(coord iq, bool avoid) game.state.planets[i].pclass = destroyed; game.state.galaxy[game.state.kscmdr.x][game.state.kscmdr.y].planet = NOPLANET; if (!damaged(DRADIO) || game.condition == docked) { - pause_game(true); + announce(); prout(_("Lt. Uhura- \"Captain, Starfleet Intelligence reports")); proutn(_(" a planet in ")); proutn(cramlc(quadrant, game.state.kscmdr)); @@ -525,7 +525,7 @@ void supercommander(void) if (damaged(DRADIO) && game.condition != docked) return; /* no warning */ game.iseenit = true; - pause_game(true); + announce(); proutn(_("Lt. Uhura- \"Captain, the starbase in ")); proutn(cramlc(quadrant, game.state.kscmdr)); skip(1); @@ -550,7 +550,7 @@ void supercommander(void) (damaged(DRADIO) && game.condition != docked) || !game.state.galaxy[game.state.kscmdr.x][game.state.kscmdr.y].charted)) return; - pause_game(true); + announce(); prout(_("Lt. Uhura- \"Captain, Starfleet Intelligence reports")); proutn(_(" the Super-commander is in ")); proutn(cramlc(quadrant, game.state.kscmdr));