summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index cc598900ab..109e01ee27 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1222,6 +1222,13 @@ enum god_type
GOD_RANDOM = 100
};
+enum holy_word_source_type
+{
+ HOLY_WORD_GENERIC = -1,
+ HOLY_WORD_SCROLL = -2,
+ HOLY_WORD_SPELL = -3 // SPELL_HOLY_WORD
+};
+
enum hunger_state // you.hunger_state
{
HS_RAVENOUS, // 0: not used within code, really