From 164413a87b0544768389c91b9ae6e833ecabb6ef Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 21 Dec 2008 17:26:20 +0000 Subject: 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 --- crawl-ref/source/religion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/religion.h') 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 }; -- cgit v1.2.3-54-g00ecf