From 5cae6a4d1a66d74223cf4b6001b234d24be329d9 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Thu, 5 Nov 2009 21:23:53 +0300 Subject: Replace mons_is_paralysed with monsters::paralysed. Signed-off-by: Robert Vollmert --- crawl-ref/source/mon-abil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-abil.cc') 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' -- cgit v1.2.3-54-g00ecf