From: PatR Date: Mon, 14 Aug 2017 23:42:44 +0000 (-0700) Subject: nurse corpse vs blindness X-Git-Tag: NetHack-3.6.1_RC01~425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0840974b42b117289a2401c97d8254c64d59811d;p=nethack nurse corpse vs blindness The carrot patch made monsters (carnivorous pets, g.cubes) who eat nurse corpses have temporary blindness be cured. Do the same for the hero. --- diff --git a/src/eat.c b/src/eat.c index 4e011899d..552ae147b 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 eat.c $NHDT-Date: 1498778062 2017/06/29 23:14:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.178 $ */ +/* NetHack 3.6 eat.c $NHDT-Date: 1502754159 2017/08/14 23:42:39 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.179 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -979,6 +979,7 @@ register int pm; u.mh = u.mhmax; else u.uhp = u.uhpmax; + make_blinded(0L, !u.ucreamed); context.botl = 1; break; case PM_STALKER: