Correct the prompt-setting.
[super-star-trek.git] / moving.c
index 1797e1ef7e820e5e788325a2aa8935b6c949c1f7..887977afc6fbca9be2088b9acec2922bceb52ff1 100644 (file)
--- a/moving.c
+++ b/moving.c
@@ -986,16 +986,16 @@ void help(void) {
                 textcolor(RED);
                prout("fails.");
                 delay(500);
-                textcolor(LIGHTGRAY);
+                textcolor(DEFAULT);
        }
        if (l > 3) {
                finish(FMATERIALIZE);
                return;
        }
        game.quad[ix][iy]=ship;
-       textcolor(WHITE);
+       textcolor(GREEN);
        prout("succeeds.");
-       textcolor(LIGHTGRAY);
+       textcolor(DEFAULT);
        dock(0);
        skip(1);
        prout("Lt. Uhura-  \"Captain, we made it!\"");