summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 17:13:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 17:13:42 +0000
commit447aafdcc3aff11d1c3a30965077cddb8001b4e8 (patch)
tree4d4cd671091c03bc909d194f557d7bc0edc42d40 /crawl-ref/source/enum.h
parent1bb43d66dd5614be3b29c8f827363ef30ec56e44 (diff)
downloadcrawl-ref-447aafdcc3aff11d1c3a30965077cddb8001b4e8.tar.gz
crawl-ref-447aafdcc3aff11d1c3a30965077cddb8001b4e8.zip
Consolidate the two immolation routines (the scroll and the effect when
affixing a fire brand) into one function. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7615 c06c8d41-db1a-0410-9941-cceddc491573
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 2d1d42a688..c6a9b6b2b6 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1296,6 +1296,13 @@ enum hunger_state // you.hunger_state
HS_ENGORGED // 8
};
+enum immolation_source_type
+{
+ IMMOLATION_GENERIC = -1,
+ IMMOLATION_SCROLL = -2,
+ IMMOLATION_SPELL = -3
+};
+
enum item_status_flag_type // per item flags: ie. ident status, cursed status
{
ISFLAG_KNOW_CURSE = 0x00000001, // curse status