summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-01-14 13:47:03 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-01-14 13:47:03 +0000
commit9db5db5078c7d47dc4db81bef724508f26a35f02 (patch)
tree496e7526fcbec940a4255888b496dfa2e059859f /crawl-ref/source/goditem.cc
parentdd9d5814f755c50840738f05403daf8b0d26d5ca (diff)
downloadcrawl-ref-9db5db5078c7d47dc4db81bef724508f26a35f02.tar.gz
crawl-ref-9db5db5078c7d47dc4db81bef724508f26a35f02.zip
Don't consider OTR illuminating
It's weird magical toxic energy, not light.
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index 83c7f24dbe..ef5e8951df 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -514,7 +514,6 @@ bool is_illuminating_spell(spell_type spell)
return (disciplines & SPTYP_FIRE)
|| spell == SPELL_CORONA
- || spell == SPELL_OLGREBS_TOXIC_RADIANCE
|| spell == SPELL_SUNRAY
|| spell == SPELL_HOLY_LIGHT;
}