From 5148e63355ac8fbc5ea8732f2e4a56a347d59c96 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 11 Nov 2009 08:05:09 -0600 Subject: Adjust FIXME comment to account for the unholy/evil split. --- crawl-ref/source/mon-util.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/mon-util.cc') diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc index b0a831e167..af66751b1b 100644 --- a/crawl-ref/source/mon-util.cc +++ b/crawl-ref/source/mon-util.cc @@ -1360,8 +1360,8 @@ monster_type random_draconian_monster_species() // Note: For consistent behavior in player_will_anger_monster(), all // spellbooks a given monster can get here should produce the same -// return values in is_holy_spell(), is_evil_spell(), and -// is_chaotic_spell(). +// return values in is_holy_spell(), (is_unholy_spell() || +// 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 -- cgit v1.2.3-54-g00ecf