engulfing green slime as a purple worm was causing stoning not sliming
zero entries in DUNGEON, MONSTERS, et al, of config file are now treated
as preserving the default rather than being ignored
+enlightenment: don't misreport polymorphed lycanthrope as "in beast form"
Platform- and/or Interface-Specific Fixes
-/* SCCS Id: @(#)cmd.c 3.4 2002/06/23 */
+/* SCCS Id: @(#)cmd.c 3.4 2002/08/12 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
you_are(buf);
}
if (Upolyd) {
- if (u.ulycn >= LOW_PM) Strcpy(buf, "in beast form");
+ if (u.umonnum == u.ulycn) Strcpy(buf, "in beast form");
else Sprintf(buf, "polymorphed into %s", an(youmonst.data->mname));
#ifdef WIZARD
if (wizard) Sprintf(eos(buf), " (%d)", u.mtimedone);