From: nhmall Date: Sun, 27 Dec 2015 00:27:15 +0000 (-0500) Subject: meant to be part of previous commit X-Git-Tag: NetHack-3.6.1_RC01~1107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a156a4a3a5400b49291dfb18bc726b6d695e269d;p=nethack meant to be part of previous commit Changes to be committed: modified: src/trap.c --- diff --git a/src/trap.c b/src/trap.c index 7770d4188..b5cda7a5b 100644 --- a/src/trap.c +++ b/src/trap.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 trap.c $NHDT-Date: 1450461008 2015/12/18 17:50:08 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.251 $ */ +/* NetHack 3.6 trap.c $NHDT-Date: 1451176031 2015/12/27 00:27:11 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.252 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -2661,6 +2661,8 @@ boolean byplayer; mon_to_stone(mon); return; } + if (!vamp_stone(mon)) + return; /* give a " is slowing down" message and also remove intrinsic speed (comparable to similar effect on the hero) */