summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-09-16 20:27:55 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-09-16 20:37:57 -0600
commitd7f3ed55fe82e5a4ebcd3886a97a571d950c06e6 (patch)
treed8e92183d73108ba804e626c0fa4dbbb6e111860 /crawl-ref/source/mon-cast.h
parent221303f12f084df405ee590059cd05452040a571 (diff)
downloadcrawl-ref-d7f3ed55fe82e5a4ebcd3886a97a571d950c06e6.tar.gz
crawl-ref-d7f3ed55fe82e5a4ebcd3886a97a571d950c06e6.zip
Zot trap effect: Word of Recall.
Diffstat (limited to 'crawl-ref/source/mon-cast.h')
-rw-r--r--crawl-ref/source/mon-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.h b/crawl-ref/source/mon-cast.h
index 97e4f9c2bf..bbbf11c769 100644
--- a/crawl-ref/source/mon-cast.h
+++ b/crawl-ref/source/mon-cast.h
@@ -26,7 +26,7 @@ bool setup_mons_cast(monster* mons, bolt &pbolt, spell_type spell_cast,
bool check_validity = false);
void mons_cast_haunt(monster* mons);
-void mons_word_of_recall(monster* mons);
+unsigned short mons_word_of_recall(monster* mons);
bool actor_is_illusion_cloneable(actor *target);
void mons_cast_spectral_orcs(monster* mons);
void setup_breath_timeout(monster* mons);