From 3e17829c6b5d11b23fda59f0dd38b8aa88638f39 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 14 Sep 2008 12:49:40 +0000 Subject: The royal jelly can no longer expel lesser jellies when tormented. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6921 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 1b4833d3a3..0cb9c18977 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -259,7 +259,7 @@ int torment_monsters(coord_def where, int pow, int caster) // Currently, torment doesn't annoy the monsters it affects because // it can't kill them, and because hostile monsters use it. - hurt_monster(monster, hploss); + monster->hurt(NULL, hploss, BEAM_TORMENT_DAMAGE); if (hploss) { -- cgit v1.2.3-54-g00ecf