summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 12:49:40 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 12:49:40 +0000
commit3e17829c6b5d11b23fda59f0dd38b8aa88638f39 (patch)
treefe9970c069fa91ae39e05d4d7fb9d58bd969ae11 /crawl-ref/source/effects.cc
parent9eff4a73889f90cea1f4d5c869205f9e127c20c5 (diff)
downloadcrawl-ref-3e17829c6b5d11b23fda59f0dd38b8aa88638f39.tar.gz
crawl-ref-3e17829c6b5d11b23fda59f0dd38b8aa88638f39.zip
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
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
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)
{