From: nethack.allison Date: Tue, 28 Oct 2003 12:49:11 +0000 (+0000) Subject: healer follow-up bit (trunk only) X-Git-Tag: MOVE2GIT~1620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fec539205514e654280f19c7c79032ccec948c81;p=nethack healer follow-up bit (trunk only) There is a new Deaf attrib to consider in the trunk. --- 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) {