From 259fa0c5a67742c72a0952297789ae834b2ffe1d Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sat, 5 Dec 2009 20:01:16 -0800 Subject: Sometimes give msg when mermaid stops beholding --- crawl-ref/source/spells4.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/spells4.cc') 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 *) -- cgit v1.2.3-54-g00ecf