From a156a4a3a5400b49291dfb18bc726b6d695e269d Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 26 Dec 2015 19:27:15 -0500 Subject: [PATCH] meant to be part of previous commit Changes to be committed: modified: src/trap.c --- src/trap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) */ -- 2.40.0