summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-09-18 17:46:54 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-09-18 17:46:54 -0600
commit0ee1b69e00ea7a78de99b605650e7d9ae7cacbe6 (patch)
tree8e5b050032eb57ad5f7dc23d0c43ce8edf5683e3 /crawl-ref/source/mon-cast.h
parentbbf1b48450ec20fc966fa4249ef01d7b42fdab40 (diff)
downloadcrawl-ref-0ee1b69e00ea7a78de99b605650e7d9ae7cacbe6.tar.gz
crawl-ref-0ee1b69e00ea7a78de99b605650e7d9ae7cacbe6.zip
Reduce the number of monsters a Zot trap can recall.
It's now 2-4, down from 3-7. Convokers still convoke 3-7.
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 bbbf11c769..0fc283a78f 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);
-unsigned short mons_word_of_recall(monster* mons);
+unsigned short mons_word_of_recall(monster* mons, unsigned short recall_target);
bool actor_is_illusion_cloneable(actor *target);
void mons_cast_spectral_orcs(monster* mons);
void setup_breath_timeout(monster* mons);