meant to be part of previous commit

Changes to be committed:
	modified:   src/trap.c
This commit is contained in:
nhmall
2015-12-26 19:27:15 -05:00
parent 6117eddc62
commit a156a4a3a5
+3 -1
View File
@@ -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. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -2661,6 +2661,8 @@ boolean byplayer;
mon_to_stone(mon); mon_to_stone(mon);
return; return;
} }
if (!vamp_stone(mon))
return;
/* give a "<mon> is slowing down" message and also remove /* give a "<mon> is slowing down" message and also remove
intrinsic speed (comparable to similar effect on the hero) */ intrinsic speed (comparable to similar effect on the hero) */