X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Freports.c;h=a33e0ba107e80a6bb8a3c27184597c1db1f30687;hb=c6572d37b244170f25b91413abe30427ae139350;hp=5c9289b5f0236a97da98531544e1eda5e77cd919;hpb=c2847bb7511b0cf8472ba3a0a170a4fedd3b2861;p=super-star-trek.git diff --git a/src/reports.c b/src/reports.c index 5c9289b..a33e0ba 100644 --- a/src/reports.c +++ b/src/reports.c @@ -26,8 +26,8 @@ void attakreport(bool curt) proutn(_("Base in %i - %i attacked by C. Alive until %.1f"), game.battle.x, game.battle.y, scheduled(FCDBAS)); if (game.isatb) proutn(_("Base in %i - %i attacked by S. Alive until %.1f"), game.state.kscmdr.x, game.state.kscmdr.y, scheduled(FSCDBAS)); + clreol(); } - clreol(); } @@ -94,9 +94,9 @@ void report(void) if ((!damaged(DRADIO) || game.condition == docked) && is_scheduled(FDSPROB)) { if (game.isarmed) - proutn(_("An armed deep space probe is in")); + proutn(_("An armed deep space probe is in ")); else - proutn(_("A deep space probe is in")); + proutn(_("A deep space probe is in ")); proutn(cramlc(quadrant, game.probec)); prout("."); } @@ -163,11 +163,11 @@ void dreprt(void) for (i = 0; i < NDEVICES; i++) { if (damaged(i)) { if (!jdam) { - prout(_("DEVICE -REPAIR TIMES-")); - prout(_(" IN FLIGHT DOCKED")); + prout(_("\tDEVICE\t\t\t-REPAIR TIMES-")); + prout(_("\t\t\tIN FLIGHT\t\tDOCKED")); jdam = true; } - prout(" %16s %8.2f %8.2f", + prout(" %-26s\t%8.2f\t\t%8.2f", device[i], game.damage[i]+0.05, game.docfac*game.damage[i]+0.005);