summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-abil.cc')
-rw-r--r--crawl-ref/source/mon-abil.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.cc b/crawl-ref/source/mon-abil.cc
index ade5feba1f..29b7d169e6 100644
--- a/crawl-ref/source/mon-abil.cc
+++ b/crawl-ref/source/mon-abil.cc
@@ -463,7 +463,8 @@ bool slime_split_merge(monsters *thing)
// Returns true if you resist the siren's call.
static bool _siren_movement_effect(const monsters *monster)
{
- bool do_resist = (you.attribute[ATTR_HELD] || you.check_res_magic(70));
+ bool do_resist = (you.attribute[ATTR_HELD] || you.check_res_magic(70)
+ || you.cannot_act() || you.asleep());
if (!do_resist)
{