Dilithium crystal indicator.
[super-star-trek.git] / reports.c
index 54c73d98ad2131478eafffe32c5fd26203f8c3b1..bdb0e9435cd0a5b83727bd277b2fb02437a0fc57 100644 (file)
--- a/reports.c
+++ b/reports.c
@@ -268,8 +268,8 @@ int srscan(int l) {
                                                 case IHRED: textcolor(RED); break;
                                                 case IHGREEN: textcolor(GREEN); break;
                                                 case IHYELLOW: textcolor(YELLOW); break;
-                                                case IHDOCKED: textcolor(LIGHTGRAY); break;
-                                                case IHDEAD: textcolor(WHITE);
+                                                case IHDOCKED: textcolor(CYAN); break;
+                                                case IHDEAD: textcolor(BROWN);
                                         }
                                         if (game.quad[i][j] != ship) 
                                            highvideo();
@@ -277,7 +277,7 @@ int srscan(int l) {
                                    if (game.quad[i][j] & DAMAGED) 
                                       highvideo();
                                    proutn("%c ",game.quad[i][j] & ~DAMAGED);
-                                   textcolor(LIGHTGRAY);
+                                   textcolor(DEFAULT);
                                 }
                                else
                                        proutn("- ");
@@ -321,6 +321,8 @@ int srscan(int l) {
                                        break;
                                case 6:
                                        proutn("Energy        %.2f", energy);
+                                       if (icrystl)
+                                           proutn(" (crystals on board)");
                                        break;
                                case 7:
                                        proutn("Torpedoes     %d", torps);