<Someone> reported that even when blind, you can get
"The bolt of lightning whizzes by you".
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
} 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();