summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-13 02:05:34 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-13 02:05:34 +0000
commit9e6fb5de4cf9c3eb3ffe4e7eb9b594b40ae81e14 (patch)
tree838c474a7a37502956e08d12716409b56399dac0 /crawl-ref/source/xom.h
parent42d0d63ae25d7ec3e5ded02ae77489cc5e8371f9 (diff)
downloadcrawl-ref-9e6fb5de4cf9c3eb3ffe4e7eb9b594b40ae81e14.tar.gz
crawl-ref-9e6fb5de4cf9c3eb3ffe4e7eb9b594b40ae81e14.zip
Zooko's Xom patch (piety handling and whether his acts are good or bad).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7817 c06c8d41-db1a-0410-9941-cceddc491573
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 c256a0f744..5b19a6e83d 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -18,6 +18,7 @@ enum xom_message_type
NUM_XOM_MESSAGE_TYPES
};
+void xom_tick();
void xom_is_stimulated(int maxinterestingness,
xom_message_type message_type = XM_NORMAL,
bool force_message = false);