summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-05-29 22:08:22 -0400
committerNeil Moore <neil@s-z.org>2013-05-29 22:08:22 -0400
commitf62e53e2f989814c11083dd9891b2b9a404021f8 (patch)
tree8d2f10ca416282988d64efccb2bf9fb4e48815a7 /crawl-ref/source/spl-other.cc
parent3259975a78f2e202c4f348a76db3fecec76a19ae (diff)
parent8ce78c07bc865de822da91ad6c8a8c6c75a6fee0 (diff)
downloadcrawl-ref-f62e53e2f989814c11083dd9891b2b9a404021f8.tar.gz
crawl-ref-f62e53e2f989814c11083dd9891b2b9a404021f8.zip
Merge branch 'forest_redux' into master
Conflicts: crawl-ref/source/enum.h
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 1530a4597c..855471936c 100644
--- a/crawl-ref/source/spl-other.cc
+++ b/crawl-ref/source/spl-other.cc
@@ -440,7 +440,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;
}