have to see a divine gift in order to have it become a discovery
honor the never-in-hell flag when selecting random monster type for corpses,
eggs, figurines, and statues created in Gehennom
+hero is not subject to light-based blindness while fainted from hunger
Platform- and/or Interface-Specific Fixes
-/* SCCS Id: @(#)mondata.c 3.5 2006/07/07 */
+/* SCCS Id: @(#)mondata.c 3.5 2006/08/26 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
boolean is_you = (mon == &youmonst);
struct obj *o;
- if (is_you ? (Blind || u.usleep) :
+ if (is_you ? (Blind || u.usleep || is_fainted()) :
(mon->mblinded || !mon->mcansee || !haseyes(ptr) ||
/* BUG: temporary sleep sets mfrozen, but since
paralysis does too, we can't check it */