summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 12:52:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 12:52:50 +0000
commit18793111385d54bbbeefcf50eacde3f73f47c42b (patch)
tree1d5794e0fe0a082c500522935196983c10a66634 /crawl-ref
parentf7180214ad0c13808b15cab51b911fdbdfedfc03 (diff)
downloadcrawl-ref-18793111385d54bbbeefcf50eacde3f73f47c42b.tar.gz
crawl-ref-18793111385d54bbbeefcf50eacde3f73f47c42b.zip
Fix [1946117]: Go back to the status quo for orc sorcerers. They get
the same spell list as in 0.3, and are marked as evil again. Also, orc wizards, by extension, are marked as evil again to avoid the problem with turning evil only upon experience gain. There should be a better way to make them both non-evil again eventually... git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4367 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 }
},