summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-14 16:46:06 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-14 16:46:06 -0700
commit9cdec3053732353052a2792c58fcd5f50afb9be0 (patch)
tree1631930e33c281e615e0021a73b60caa8f34e6a2 /crawl-ref/source/goditem.cc
parent0e7a2f5f6f87039672946caa37bdfd23b6dbb717 (diff)
downloadcrawl-ref-9cdec3053732353052a2792c58fcd5f50afb9be0.tar.gz
crawl-ref-9cdec3053732353052a2792c58fcd5f50afb9be0.zip
Properly punish Dith followers for wearing glowy/fiery equipment.
Also add Starlight to the list of hated items.
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index d23597912e..6c67ae0752 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -399,6 +399,7 @@ bool is_illuminating_item(const item_def& item)
if (is_unrandom_artefact(item)
&& (item.special == UNRAND_BRILLIANCE
|| item.special == UNRAND_PLUTONIUM_SWORD
+ || item.special == UNRAND_STARLIGHT
|| item.special == UNRAND_HIGH_COUNCIL))
{
return true;