summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 10:07:25 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 10:07:25 +0000
commit365b4e61effbde10336dc2cfe207b8c5655d4020 (patch)
treedd15fe308c86e66afa1e2a5bcc75b791efd540b0 /crawl-ref/source/xom.h
parentaed21b5eb6dd5422b50ecb46617f2da16f108965 (diff)
downloadcrawl-ref-365b4e61effbde10336dc2cfe207b8c5655d4020.tar.gz
crawl-ref-365b4e61effbde10336dc2cfe207b8c5655d4020.zip
Drawing from Destruction with no monsters nearby does not gain piety.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2546 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 b14b9b7d66..eade8784bd 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -38,5 +38,6 @@ inline void xom_acts(int sever)
void xom_check_lost_item(const item_def& item);
void xom_check_destroyed_item(const item_def& item, int cause = -1);
+bool there_are_monsters_nearby();
#endif