summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-11 21:12:43 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-11 21:12:43 -0700
commitaadba846f2ac6bab75305da0f50117a3bdb7002f (patch)
tree62e7156cb3a04ce57422bb037bad7f2073b90608 /crawl-ref/source/goditem.h
parentde8330d93d690a9aca86435c39879da7dca53922 (diff)
downloadcrawl-ref-aadba846f2ac6bab75305da0f50117a3bdb7002f.tar.gz
crawl-ref-aadba846f2ac6bab75305da0f50117a3bdb7002f.zip
Dithmengos hates the light.
Dithmengos hates items, spells, and monsters that cause illumination, and particularly appreciates kills of the latter. This hatred extends to most forms of fire (enemy of the darkness since ancient times). There's a few questionable things in here which could stand to be looked at (I'm including items that only glow through their description, most notably freezing-brand melee weapons).
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 0ee5eed485..d043c128d6 100644
--- a/crawl-ref/source/goditem.h
+++ b/crawl-ref/source/goditem.h
@@ -16,12 +16,14 @@ bool is_unclean_item(const item_def& item);
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_unholy_spell(spell_type spell);
bool is_corpse_violating_spell(spell_type spell);
bool is_evil_spell(spell_type spell);
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);
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);