followup bit
This commit is contained in:
@@ -173,7 +173,7 @@ const char *verb;
|
|||||||
if (*verb) {
|
if (*verb) {
|
||||||
if (Blind && (x == u.ux) && (y == u.uy)) {
|
if (Blind && (x == u.ux) && (y == u.uy)) {
|
||||||
You_hear("a CRASH! beneath you.");
|
You_hear("a CRASH! beneath you.");
|
||||||
} else if (cansee(x, y)) {
|
} else if (!Blind && cansee(x, y)) {
|
||||||
pline_The("boulder %s%s.",
|
pline_The("boulder %s%s.",
|
||||||
t->tseen ? "" : "triggers and ",
|
t->tseen ? "" : "triggers and ",
|
||||||
t->ttyp == TRAPDOOR ? "plugs a trap door" :
|
t->ttyp == TRAPDOOR ? "plugs a trap door" :
|
||||||
|
|||||||
Reference in New Issue
Block a user