From: nhmall Date: Sun, 27 Dec 2015 00:35:58 +0000 (-0500) Subject: remove extraneous bit from cut and paste X-Git-Tag: NetHack-3.6.1_RC01~1106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5226484bab0b27f164b0101d8932d49a1fbbbb38;p=nethack remove extraneous bit from cut and paste --- diff --git a/src/mon.c b/src/mon.c index 7ce460b1d..2e38e9298 100644 --- a/src/mon.c +++ b/src/mon.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 mon.c $NHDT-Date: 1451174868 2015/12/27 00:07:48 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.201 $ */ +/* NetHack 3.6 mon.c $NHDT-Date: 1451176552 2015/12/27 00:35:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.202 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -2324,11 +2324,7 @@ struct monst *mtmp; && !(mvitals[mndx].mvflags & G_GENOD)) { char buf[BUFSZ]; boolean in_door = (amorphous(mtmp->data) - && closed_door(mtmp->mx, mtmp->my)), - /* alternate message phrasing for some monster types */ - spec_mon = (nonliving(mtmp->data) - || noncorporeal(mtmp->data) - || amorphous(mtmp->data)); + && closed_door(mtmp->mx, mtmp->my)); /* construct a format string before transformation */ Sprintf(buf, "The lapidifying %s %s %s",