summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 18:59:14 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 18:59:14 -0600
commitcf079ad5f29801d4824f608a0ec97fe8e03d5195 (patch)
treeb401154ff8f328e15861673ad998479ab4232797 /crawl-ref/source/mon-data.h
parentb55ef796dac12067dc52d7adeb4bb60a97051972 (diff)
downloadcrawl-ref-cf079ad5f29801d4824f608a0ec97fe8e03d5195.tar.gz
crawl-ref-cf079ad5f29801d4824f608a0ec97fe8e03d5195.zip
Remove the M_EVIL flag from necromancers, as all of the spellbooks they
can randomly get contain evil spells.
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 00cf605467..3506d71892 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -3132,7 +3132,7 @@ static monsterentry mondata[] = {
{
MONS_NECROMANCER, '@', WHITE, "necromancer",
- M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_EVIL | M_SPEAKS,
+ M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_SPEAKS,
MR_NO_FLAGS,
550, 10, MONS_HUMAN, MONS_HUMAN, MH_NATURAL, -4,
{ {AT_HIT, AF_PLAIN, 6}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },