summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-monench.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-06 20:25:58 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-06 21:36:44 +0100
commit80d5c2061d2567652f7ad42e23dd9398d3cf836c (patch)
tree59d6ff991669abfb097f48aacf9f30e0ad82d1dd /crawl-ref/source/spl-monench.cc
parenta0f3646397acf4b985327b832a92fdc3ef60ffee (diff)
downloadcrawl-ref-80d5c2061d2567652f7ad42e23dd9398d3cf836c.tar.gz
crawl-ref-80d5c2061d2567652f7ad42e23dd9398d3cf836c.zip
Don't let Recite, Slouch, Ignite Poison and Alistair's work through glass.
It was especially grindable for Recite -- a number of entry vaults have monsters behind glass or grates, and you could sit there for lots of free XP.
Diffstat (limited to 'crawl-ref/source/spl-monench.cc')
-rw-r--r--crawl-ref/source/spl-monench.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-monench.cc b/crawl-ref/source/spl-monench.cc
index e2c15d532c..bcba24bb43 100644
--- a/crawl-ref/source/spl-monench.cc
+++ b/crawl-ref/source/spl-monench.cc
@@ -55,7 +55,7 @@ spret_type cast_englaciation(int pow, bool fail)
{
fail_check();
mpr("You radiate an aura of cold.");
- apply_area_visible(_englaciate_monsters, pow, false, &you);
+ apply_area_visible(_englaciate_monsters, pow, &you);
return SPRET_SUCCESS;
}