]> granicus.if.org Git - nethack/commitdiff
remove extraneous bit from cut and paste
authornhmall <mjnh@persona.ca>
Sun, 27 Dec 2015 00:35:58 +0000 (19:35 -0500)
committernhmall <mjnh@persona.ca>
Sun, 27 Dec 2015 00:35:58 +0000 (19:35 -0500)
src/mon.c

index 7ce460b1d3afd9ff604cfbde16b71f38efa7a345..2e38e9298a74d63ee1637ce6a10de62650740f95 100644 (file)
--- 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",