summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-28 03:55:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-28 03:55:37 +0000
commite7c257339952a377b86b78e88397e35c12851a87 (patch)
tree6ae10ea2f7693ddea4bc680b9a06bf1bc3b823ea /crawl-ref
parent3353d8ee56f3110b406697f5d6a03729d5240319 (diff)
downloadcrawl-ref-e7c257339952a377b86b78e88397e35c12851a87.tar.gz
crawl-ref-e7c257339952a377b86b78e88397e35c12851a87.zip
Mark orc sorcerers as non-evil, and mark orc wizards as non-evil again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3908 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index c68eae8428..460bf14772 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1007,7 +1007,7 @@
{
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,
0, 10, MONS_ORC, MONS_ORC, MH_NATURAL, -5,
{ {AT_HIT, AF_PLAIN, 5}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
@@ -1063,7 +1063,7 @@
{
MONS_ORC_SORCERER, 'o', LIGHTMAGENTA, "orc sorcerer",
M_SPELLCASTER | M_SEE_INVIS | M_SPEAKS | M_ACTUAL_SPELLS
- | M_WARM_BLOOD | M_EVIL,
+ | M_WARM_BLOOD,
MR_NO_FLAGS,
600, 12, MONS_ORC, MONS_ORC, MH_NATURAL, -3,
{ {AT_HIT, AF_PLAIN, 7}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },