summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 05:52:55 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 06:31:38 -0600
commitb1aaf507f2ecb50a7792037b1f9894e06591ce3d (patch)
tree6d7d6c2c03926a491a6275f1eecff2b2229696a1 /crawl-ref/source
parentef5da6e98fc9a5e32652d21853bdcf9874e70529 (diff)
downloadcrawl-ref-b1aaf507f2ecb50a7792037b1f9894e06591ce3d.tar.gz
crawl-ref-b1aaf507f2ecb50a7792037b1f9894e06591ce3d.zip
Update comment to account for the unholy/evil spell distinction.
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index a42409cf9c..f77dc8fc64 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1379,8 +1379,8 @@ monster_type random_draconian_monster_species()
// is_evil_spell()), and is_chaotic_spell().
//
// FIXME: This is not true for one set of spellbooks; MST_WIZARD_IV
-// contains the evil Banishment spell, but the other MST_WIZARD-type
-// spellbooks contain no evil spells.
+// contains the unholy Banishment spell, but the other MST_WIZARD-type
+// spellbooks contain no unholy or evil spells.
static bool _get_spellbook_list(mon_spellbook_type book[6],
monster_type mon_type)
{