summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-12-05 20:01:16 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-12-05 20:03:57 -0800
commit259fa0c5a67742c72a0952297789ae834b2ffe1d (patch)
treecba5a5e3c4fe8cf4f1690eecc4d7087f23b3f80f /crawl-ref/source/spells4.cc
parentba0c7906057642dd0464f304e3afa1ad62a3c479 (diff)
downloadcrawl-ref-259fa0c5a67742c72a0952297789ae834b2ffe1d.tar.gz
crawl-ref-259fa0c5a67742c72a0952297789ae834b2ffe1d.zip
Sometimes give msg when mermaid stops beholding
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 3a87718b9e..5147acc2ea 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -755,10 +755,7 @@ void cast_silence(int pow)
you.increase_duration(DUR_SILENCE, 10 + random2avg(pow,2), 100);
if (you.beheld())
- {
- you.clear_beholders();
- mpr("You break out of your daze!", MSGCH_RECOVERY);
- }
+ you.update_beholders();
}
static int _discharge_monsters(coord_def where, int pow, int, actor *)