summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 20:15:50 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 20:17:47 -0600
commit142d889bc748bdf7f21a5b04d3693a5bc8b48d5c (patch)
tree7cae2b42f500d532d54072b633bc47bc4195b875 /crawl-ref/source/mon-data.h
parentfe0c876c1598ee328e74c5be5102004f28972b7e (diff)
downloadcrawl-ref-142d889bc748bdf7f21a5b04d3693a5bc8b48d5c.tar.gz
crawl-ref-142d889bc748bdf7f21a5b04d3693a5bc8b48d5c.zip
Remove the M_EVIL flag from orc wizards.
Also, properly anger monsters that start off non-evil, but level up into evil monsters.
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 2d0409b1ba..a58cd34c73 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1088,7 +1088,7 @@ static monsterentry mondata[] = {
{
MONS_ORC_WIZARD, 'o', MAGENTA, "orc wizard",
- 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,
600, 10, MONS_ORC, MONS_ORC, MH_NATURAL, -5,
{ {AT_HIT, AF_PLAIN, 5}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },