summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-02-04 20:23:07 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-02-04 20:24:32 +0100
commit4beb0cac1c187245606f9d51f65720c697d06cc5 (patch)
tree524cd912f2db90aa146f302c605350c0d5eadf04 /crawl-ref/source/religion-enum.h
parentbf3a247e3e65f70cd5476c328e4217d7d5506ead (diff)
downloadcrawl-ref-4beb0cac1c187245606f9d51f65720c697d06cc5.tar.gz
crawl-ref-4beb0cac1c187245606f9d51f65720c697d06cc5.zip
Make Elyvilon's weapon sacrifice use 'p'. Lifesaving is 'aP'.
Diffstat (limited to 'crawl-ref/source/religion-enum.h')
-rw-r--r--crawl-ref/source/religion-enum.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/religion-enum.h b/crawl-ref/source/religion-enum.h
index 46a1e8f4c9..525d8f7265 100644
--- a/crawl-ref/source/religion-enum.h
+++ b/crawl-ref/source/religion-enum.h
@@ -7,16 +7,6 @@ enum piety_gain_t
NUM_PIETY_GAIN
};
-enum harm_protection_type
-{
- HPT_NONE = 0,
- HPT_PRAYING,
- HPT_ANYTIME,
- HPT_PRAYING_PLUS_ANYTIME,
- HPT_RELIABLE_PRAYING_PLUS_ANYTIME,
- NUM_HPTS
-};
-
enum nemelex_gift_types
{
NEM_GIFT_ESCAPE = 0,