From 003dd4452f962de234171d429147f587ef79aea6 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 6 Jun 2004 03:29:55 +0000 Subject: [PATCH] followup bit --- src/do.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do.c b/src/do.c index 7beb55373..927c3f7b0 100644 --- 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" : -- 2.40.0