From bac007c9138e659d34646952fb98afc056ec279c Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 8 Jan 2009 03:18:15 +0000 Subject: Add another comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8320 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.cc') 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) -- cgit v1.2.3-54-g00ecf