boulder display bug
If you first pushed an undiscovered boulder while blind with ESP and there's a monster behind it, you'd get a message referring to the boulder but the boulder wasn't displayed. Move the feel_location test. Also, improved the grammar of the message a bit.
This commit is contained in:
@@ -114,10 +114,10 @@ moverock()
|
||||
(!mtmp->mtrapped ||
|
||||
!(ttmp && ((ttmp->ttyp == PIT) ||
|
||||
(ttmp->ttyp == SPIKED_PIT))))) {
|
||||
if (Blind) feel_location(sx, sy);
|
||||
if (canspotmon(mtmp))
|
||||
pline("There's %s on the other side.", mon_nam(mtmp));
|
||||
pline("There's %s on the other side.", a_monnam(mtmp));
|
||||
else {
|
||||
if (Blind) feel_location(sx, sy);
|
||||
You_hear("a monster behind %s.", the(xname(otmp)));
|
||||
map_invisible(rx, ry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user