]> granicus.if.org Git - nethack/commitdiff
followup bit
authornethack.allison <nethack.allison>
Sun, 6 Jun 2004 03:29:55 +0000 (03:29 +0000)
committernethack.allison <nethack.allison>
Sun, 6 Jun 2004 03:29:55 +0000 (03:29 +0000)
src/do.c

index 7beb553739bc2178657acafe0748875d00decb19..927c3f7b027f04e8d858562e532e0e5d79911bf5 100644 (file)
--- a/src/do.c
+++ b/src/do.c
@@ -173,7 +173,7 @@ const char *verb;
                if (*verb) {
                        if (Blind && (x == u.ux) && (y == u.uy)) {
                                You_hear("a CRASH! beneath you.");
-                       } else if (cansee(x, y)) {
+                       } else if (!Blind && cansee(x, y)) {
                                pline_The("boulder %s%s.",
                                    t->tseen ? "" : "triggers and ",
                                    t->ttyp == TRAPDOOR ? "plugs a trap door" :