summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-11 22:00:28 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-11 22:00:28 -0700
commit221eceeb5c9e681c5f8b2121a14fb6c7e44f6c32 (patch)
treec8bc19646b9368c77d39136266b5a669ee4e3a7f /crawl-ref/source/goditem.cc
parentbc72a1ff31f2b0357d4d303744cca0ce14d6e43a (diff)
downloadcrawl-ref-221eceeb5c9e681c5f8b2121a14fb6c7e44f6c32.tar.gz
crawl-ref-221eceeb5c9e681c5f8b2121a14fb6c7e44f6c32.zip
Lift restriction on Dith followers using freezing melee weapons.
I'm going to say it's not enough of of a glow for Dith to care. Holy weapons are another matter entirely.
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index a1c69ba519..10fd4e2794 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -411,7 +411,6 @@ bool is_illuminating_item(const item_def& item)
const int item_brand = get_weapon_brand(item);
if (item_brand == SPWPN_FLAMING
|| item_brand == SPWPN_FLAME
- || item_brand == SPWPN_FREEZING // glows with a cold blue light!
|| item_brand == SPWPN_HOLY_WRATH) // divine radiance!
{
return true;
@@ -496,7 +495,6 @@ bool is_illuminating_spell(spell_type spell)
return (disciplines & SPTYP_FIRE)
|| spell == SPELL_CORONA
- || spell == SPELL_FREEZING_AURA
|| spell == SPELL_OLGREBS_TOXIC_RADIANCE
|| spell == SPELL_SUNRAY
|| spell == SPELL_HOLY_LIGHT;