summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-behv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-behv.cc')
-rw-r--r--crawl-ref/source/mon-behv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-behv.cc b/crawl-ref/source/mon-behv.cc
index d3eff47330..ae406d0e49 100644
--- a/crawl-ref/source/mon-behv.cc
+++ b/crawl-ref/source/mon-behv.cc
@@ -1391,7 +1391,7 @@ void handle_behaviour(monsters *mon)
{
// The foe is the player.
if (mon->type == MONS_SIREN
- && player_mesmerised_by(mon)
+ && you.beheld_by(mon)
&& _find_siren_water_target(mon))
{
break;