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

@@ -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();