summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-data.h4
-rw-r--r--crawl-ref/source/mon-spll.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 1693e06566..cd3a4c71e3 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1013,7 +1013,7 @@
{
MONS_ORC_WIZARD, 'o', MAGENTA, "orc wizard",
- M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_SPEAKS,
+ M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_EVIL | 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 },
@@ -1068,7 +1068,7 @@
{
MONS_ORC_SORCERER, 'o', LIGHTMAGENTA, "orc sorcerer",
- M_SPELLCASTER | M_SEE_INVIS | M_SPEAKS | M_ACTUAL_SPELLS
+ M_SPELLCASTER | M_SEE_INVIS | M_EVIL | M_SPEAKS | M_ACTUAL_SPELLS
| M_WARM_BLOOD,
MR_NO_FLAGS,
600, 12, MONS_ORC, MONS_ORC, MH_NATURAL, -3,
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 2aa363e8ed..faf2c42912 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -196,10 +196,10 @@
{ MST_ORC_SORCERER,
{
SPELL_BOLT_OF_FIRE,
- SPELL_BOLT_OF_COLD,
- SPELL_SUMMON_UGLY_THING,
+ SPELL_BOLT_OF_DRAINING,
+ SPELL_SUMMON_DEMON,
SPELL_PARALYSE,
- SPELL_ISKENDERUNS_MYSTIC_BLAST,
+ SPELL_ANIMATE_DEAD,
SPELL_TELEPORT_SELF }
},