seeing lightning while blind followup

As soon as I did the commit, I saw I was missing a test before the
"tingles" message.
This commit is contained in:
cohrs
2005-03-19 17:22:46 +00:00
parent dfb1a421ed
commit 8225790b08

View File

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