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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.cc b/crawl-ref/source/mon-abil.cc
index 1742d00860..7152d78eed 100644
--- a/crawl-ref/source/mon-abil.cc
+++ b/crawl-ref/source/mon-abil.cc
@@ -330,7 +330,7 @@ static bool _disabled_slime(monsters *thing)
return (!thing
|| mons_is_fleeing(thing)
|| mons_is_confused(thing)
- || mons_is_paralysed(thing));
+ || thing->paralysed());
}
// See if there are any appropriate adjacent slime creatures for 'thing'