summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-18 19:58:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-18 19:58:02 +0000
commit77a23de544182bfc1b02c64f5209c60cde1eec25 (patch)
treeece7a8b8408dd2d068da016f50680d58cd2efb48 /crawl-ref/source/religion.h
parent34ed092618e212e0aa6dd26a499233f566b7f78f (diff)
downloadcrawl-ref-77a23de544182bfc1b02c64f5209c60cde1eec25.tar.gz
crawl-ref-77a23de544182bfc1b02c64f5209c60cde1eec25.zip
Move the HALF_MAX_PIETY define to religion.h, as it's used with Xom in
several places outside xom.cc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9639 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 32bfb1e152..df3fc18451 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -14,8 +14,9 @@
#include "ouch.h"
#include "externs.h"
-#define MAX_PIETY 200
-#define MAX_PENANCE 200
+#define HALF_MAX_PIETY 100
+#define MAX_PIETY 200
+#define MAX_PENANCE 200
enum harm_protection_type
{