summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-10-08 23:28:54 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-10-09 18:45:49 +0100
commit760bccbe156ac7778094904d587e7a18bd183873 (patch)
treef89885d877714e12a51bf6db8ba9decbe19f5549 /crawl-ref/source/xom.h
parent53b408c7ed2e8ff7767529645c2a70fba65b8b39 (diff)
downloadcrawl-ref-760bccbe156ac7778094904d587e7a18bd183873.tar.gz
crawl-ref-760bccbe156ac7778094904d587e7a18bd183873.zip
Let Xom sometimes unbanish the player
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index 835db72eca..652f6f9a3d 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -87,6 +87,7 @@ static inline int xom_acts(int sever, int tension = -1)
return xom_acts(xom_is_nice(tension), sever, tension);
}
+int xom_maybe_reverts_banishment(bool xom_banished = true, bool debug = false);
void xom_check_lost_item(const item_def& item);
void xom_check_destroyed_item(const item_def& item, int cause = -1);
void xom_death_message(const kill_method_type killed_by);