From 8225790b08760a5466eb1cee2f2dbf433ca65d55 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sat, 19 Mar 2005 17:22:46 +0000 Subject: [PATCH] seeing lightning while blind followup As soon as I did the commit, I saw I was missing a test before the "tingles" message. --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.40.0