summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-01 16:42:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-01 16:42:36 +0000
commit43b958a1ca360ff4d9b0020cb2aeaa72ba11d932 (patch)
tree811ddff01674e67b3390ae99c09cadb841f7bb10 /crawl-ref/source/mon-util.h
parente1a0bc1ab93044475d6d55051e25e494a5b66011 (diff)
downloadcrawl-ref-43b958a1ca360ff4d9b0020cb2aeaa72ba11d932.tar.gz
crawl-ref-43b958a1ca360ff4d9b0020cb2aeaa72ba11d932.zip
Disallow permanent abominations created via Twisted Resurrection from
taking stairs, and consolidate the logic for this and other stair-ignoring undead in a monsters::can_use_stairs() function. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7323 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index e4df5ddd19..e26bc5b776 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -611,6 +611,7 @@ bool mons_enslaved_body_and_soul(const monsters *mon);
bool mons_enslaved_twisted_soul(const monsters *mon);
bool mons_enslaved_intact_soul(const monsters *mon);
bool mons_enslaved_soul(const monsters *mon);
+bool mons_twisted_resurrection_abomination(const monsters *mon);
// last updated 12may2000 {dlb}