summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-14 09:20:33 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-14 09:20:33 -0700
commit83766a38d9213124723d8d94dc14faa9add99ab7 (patch)
tree9893c8e13ddc74fc29bff1628a0f8287478e73ad /crawl-ref/source/goditem.h
parent9db5db5078c7d47dc4db81bef724508f26a35f02 (diff)
downloadcrawl-ref-83766a38d9213124723d8d94dc14faa9add99ab7.tar.gz
crawl-ref-83766a38d9213124723d8d94dc14faa9add99ab7.zip
Split tracking of "illuminating" and "fiery" conducts.
This should be a little more clear for players, besides which there's been some hesitation expressed about the latter.
Diffstat (limited to 'crawl-ref/source/goditem.h')
-rw-r--r--crawl-ref/source/goditem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/goditem.h b/crawl-ref/source/goditem.h
index d043c128d6..9d8e4f3da7 100644
--- a/crawl-ref/source/goditem.h
+++ b/crawl-ref/source/goditem.h
@@ -17,6 +17,7 @@ bool is_chaotic_item(const item_def& item);
bool is_hasty_item(const item_def& item);
bool is_poisoned_item(const item_def& item);
bool is_illuminating_item(const item_def& item);
+bool is_fiery_item(const item_def& item);
bool is_unholy_spell(spell_type spell);
bool is_corpse_violating_spell(spell_type spell);
bool is_evil_spell(spell_type spell);
@@ -24,6 +25,7 @@ bool is_unclean_spell(spell_type spell);
bool is_chaotic_spell(spell_type spell);
bool is_hasty_spell(spell_type spell);
bool is_illuminating_spell(spell_type spell);
+bool is_fiery_spell(spell_type spell);
conduct_type good_god_hates_item_handling(const item_def &item);
conduct_type god_hates_item_handling(const item_def &item);
bool god_hates_item(const item_def &item);