summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-21 17:26:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-21 17:26:20 +0000
commit164413a87b0544768389c91b9ae6e833ecabb6ef (patch)
tree7e0435a9cdefba5d6e2526feffb8d0296eccf570 /crawl-ref/source/religion.h
parent33652ed46d6663adcc4b4c5233dc7083746431d0 (diff)
downloadcrawl-ref-164413a87b0544768389c91b9ae6e833ecabb6ef.tar.gz
crawl-ref-164413a87b0544768389c91b9ae6e833ecabb6ef.zip
Implement reliable protection from harm for Elyvilon (available under
prayer at high enough piety, but with a significant piety cost). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7898 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 7390fdad73..406d3dbb31 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -23,6 +23,7 @@ enum harm_protection_type
HPT_PRAYING,
HPT_ANYTIME,
HPT_PRAYING_PLUS_ANYTIME,
+ HPT_RELIABLE_PRAYING_PLUS_ANYTIME,
NUM_HPTS
};