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:
@@ -98,6 +98,7 @@ green slime should not affect noncorporeal monsters
|
|||||||
land mine explosion will destroy a drawbridge at same location
|
land mine explosion will destroy a drawbridge at same location
|
||||||
avoid some more buffer overflows in query buffers containing object names
|
avoid some more buffer overflows in query buffers containing object names
|
||||||
avoid giving extra information about things that break out of sight
|
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
|
Platform- and/or Interface-Specific Fixes
|
||||||
|
|||||||
@@ -3546,8 +3546,10 @@ register int dx,dy;
|
|||||||
} else {
|
} else {
|
||||||
zhitu(type, nd, fltxt, sx, sy);
|
zhitu(type, nd, fltxt, sx, sy);
|
||||||
}
|
}
|
||||||
} else {
|
} else if (!Blind) {
|
||||||
pline("%s whizzes by you!", The(fltxt));
|
pline("%s whizzes by you!", The(fltxt));
|
||||||
|
} else {
|
||||||
|
Your("%s tingles.", body_part(ARM));
|
||||||
}
|
}
|
||||||
if (abstype == ZT_LIGHTNING) (void) flashburn((long)d(nd,50));
|
if (abstype == ZT_LIGHTNING) (void) flashburn((long)d(nd,50));
|
||||||
stop_occupation();
|
stop_occupation();
|
||||||
|
|||||||
Reference in New Issue
Block a user