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/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index fe0e26a6fc..ab1e3d668b 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -6504,7 +6504,7 @@ void player::teleport(bool now, bool abyss_shift) you_teleport(); } -int player::hurt(const actor *agent, int amount) +int player::hurt(const actor *agent, int amount, beam_type flavour) { const monsters *mon = dynamic_cast(agent); if (agent->atype() == ACT_MONSTER) -- cgit v1.2.3-54-g00ecf