summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 16:56:12 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 16:56:12 +0000
commit895860a717e48c8978fe63882ed9d616e7affa5a (patch)
treef8036d689a2c24cedca986ad478a6a65d4f335f1 /crawl-ref/source/beam.h
parented2381c38a0963ff4b1ca1e9e5dbfd521193b7e3 (diff)
downloadcrawl-ref-895860a717e48c8978fe63882ed9d616e7affa5a.tar.gz
crawl-ref-895860a717e48c8978fe63882ed9d616e7affa5a.zip
[1854279] Fixed scroll of fear not iding when resisted.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3134 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 0978603454..ca54558727 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -205,7 +205,8 @@ int mons_adjust_flavoured( struct monsters *monster, struct bolt &pbolt,
* called from: ability - item_use - spell
* returns true if messages were generated during the enchantment
* *********************************************************************** */
-bool mass_enchantment( enchant_type wh_enchant, int pow, int who );
+bool mass_enchantment( enchant_type wh_enchant, int pow, int who,
+ int *m_succumbed = NULL, int *m_attempted = NULL );
/* ***********************************************************************