diff --git a/src/zap.c b/src/zap.c index af93b50c9..911c3760f 100644 --- a/src/zap.c +++ b/src/zap.c @@ -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));