From fec539205514e654280f19c7c79032ccec948c81 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 28 Oct 2003 12:49:11 +0000 Subject: [PATCH] healer follow-up bit (trunk only) There is a new Deaf attrib to consider in the trunk. --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index e1bcb8995..751973560 100644 --- a/src/zap.c +++ b/src/zap.c @@ -1565,7 +1565,7 @@ struct obj *obj, *otmp; res = !!revive(obj); if (res && corpsenm && Role_if(PM_HEALER)) { boolean u_noticed = FALSE; - if (Hallucination) { + if (Hallucination && !Deaf) { You_hear("the sound of a defibrillator."); u_noticed = TRUE; } else if (!Blind) { -- 2.40.0