summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 1774d3f3d2..46b10f6558 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -695,7 +695,8 @@ void equip_undead(const coord_def &a, int corps, int monster, int monnum)
objl = mitm[objl].link;
}
- // This handles Yredelemnul's enslaved intact souls.
+ // This handles e.g. spectral things that are Yredelemnul's enslaved
+ // intact souls.
const bool smart_undead = mons_intel(mon) >= I_NORMAL;
for (int i = item_list.size() - 1; i >= 0; --i)