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:
@@ -3548,7 +3548,7 @@ register int dx,dy;
|
|||||||
}
|
}
|
||||||
} else if (!Blind) {
|
} else if (!Blind) {
|
||||||
pline("%s whizzes by you!", The(fltxt));
|
pline("%s whizzes by you!", The(fltxt));
|
||||||
} else {
|
} else if (abstype == ZT_LIGHTNING) {
|
||||||
Your("%s tingles.", body_part(ARM));
|
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));
|
||||||
|
|||||||
Reference in New Issue
Block a user