summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-05-28 19:21:06 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-05-28 19:21:06 -0600
commit8e67a1927623eb2ca88e8088248ce0874d7d227f (patch)
tree9f1c1a75cb180bec0cd7c2f464fdc95197d37a27 /crawl-ref/source/spl-util.h
parentdc5062ff1de130b4c94ae98e30af9096ec19cfd8 (diff)
downloadcrawl-ref-8e67a1927623eb2ca88e8088248ce0874d7d227f.tar.gz
crawl-ref-8e67a1927623eb2ca88e8088248ce0874d7d227f.zip
More variety for Forest monster spell sets.
Fauns, tengu conjurers, and tengu reavers now have multiple spell sets - the former focusing on various low-level hexes and the latter two getting various schools of conjuration magic. All of the above have had empty spell slots assigned duplicate copies of spells so that more spells are cast. Pan can now also cast Metabolic Englaciation; thus, he can confuse and slow entire bands of enemies! (Leave your orc horde at home, Beoghites!)
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index fb3110329b..a23c89ac5b 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -95,7 +95,7 @@ typedef int cloud_func(coord_def where, int pow, int spreadrate,
cloud_type type, const actor* agent, int colour,
string name, string tile, int excl_rad);
-int apply_area_visible(cell_func cf, int power, actor *agent = NULL);
+int apply_area_visible(cell_func cf, int power, actor *agent);
int apply_monsters_around_square(monster_func mf, const coord_def& where,
int power);