seeing lightning while blind

<Someone> reported that even when blind, you can get
"The bolt of lightning whizzes by you".
This commit is contained in:
cohrs
2005-03-19 17:20:06 +00:00
parent fe10f991a6
commit dfb1a421ed
2 changed files with 4 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ green slime should not affect noncorporeal monsters
land mine explosion will destroy a drawbridge at same location
avoid some more buffer overflows in query buffers containing object names
avoid giving extra information about things that break out of sight
avoid giving away wand type for near misses while blind
Platform- and/or Interface-Specific Fixes

View File

@@ -3546,8 +3546,10 @@ register int dx,dy;
} else {
zhitu(type, nd, fltxt, sx, sy);
}
} else {
} else if (!Blind) {
pline("%s whizzes by you!", The(fltxt));
} else {
Your("%s tingles.", body_part(ARM));
}
if (abstype == ZT_LIGHTNING) (void) flashburn((long)d(nd,50));
stop_occupation();