summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-01 18:11:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-01 18:11:05 +0000
commit61f06ccdba38c903533a8be651bb6262737e3ab6 (patch)
tree97fda96a8e6e9882360f73a73677be76f6c3a162 /crawl-ref/source/mon-util.h
parentedf19d187287f9dee6dd1cf5cdc3421f19b5225e (diff)
downloadcrawl-ref-61f06ccdba38c903533a8be651bb6262737e3ab6.tar.gz
crawl-ref-61f06ccdba38c903533a8be651bb6262737e3ab6.zip
Revert Twisted Resurrection's abominations' being unable to use stairs,
as it weakens the spell too much. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7326 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, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index b6cf09047d..e4df5ddd19 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -611,7 +611,6 @@ 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_undead_abomination(const monsters *mon);
// last updated 12may2000 {dlb}