X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fai.c;h=89b366d8be93921156104e3b4564dc32f02dab44;hp=e0bfb08ad50cfce872446ef883a982a1faa579e1;hb=41ede0a2a489d3ad15ceafccad7dcd67f71e8682;hpb=e4ddd3649bf73ddd7a1e2bb32e7ce2e631293068 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));