summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 03:18:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 03:18:15 +0000
commitbac007c9138e659d34646952fb98afc056ec279c (patch)
tree6eb7ea837cea6fa3e204127995fa4ad6336c3007 /crawl-ref/source/spells3.cc
parent42ffb2da16bb719f3aaacd3a82ba8d68905b3192 (diff)
downloadcrawl-ref-bac007c9138e659d34646952fb98afc056ec279c.tar.gz
crawl-ref-bac007c9138e659d34646952fb98afc056ec279c.zip
Add another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8320 c06c8d41-db1a-0410-9941-cceddc491573
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)