summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.cc
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-other.cc
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-other.cc')
-rw-r--r--crawl-ref/source/spl-other.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-other.cc b/crawl-ref/source/spl-other.cc
index 30939fe66f..79b7732c98 100644
--- a/crawl-ref/source/spl-other.cc
+++ b/crawl-ref/source/spl-other.cc
@@ -438,7 +438,7 @@ spret_type cast_intoxicate(int pow, bool fail)
mpr("Your head spins!");
}
- apply_area_visible(_intoxicate_monsters, pow);
+ apply_area_visible(_intoxicate_monsters, pow, &you);
return SPRET_SUCCESS;
}