summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-08 02:27:09 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-08 02:28:10 -0500
commit75c9dc3f07f08c6145d2e66653a7266a304c62be (patch)
tree9578761027e526f8c8ba1fe5055d623346af18c9 /crawl-ref/source
parente4305add25845f867c89c53a3a37ffc16c73d7d6 (diff)
downloadcrawl-ref-75c9dc3f07f08c6145d2e66653a7266a304c62be.tar.gz
crawl-ref-75c9dc3f07f08c6145d2e66653a7266a304c62be.zip
Give ogre mages haste other
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-util.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 368530d63f..f4b182bd1b 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1555,6 +1555,11 @@ void define_monster(monsters &mons)
mons.colour = col;
mons.load_spells(spells);
+ // (dumb) special casing to gives ogre mages haste other. -cao
+ if(mons.type == MONS_OGRE_MAGE)
+ {
+ mons.spells[0] = SPELL_HASTE_OTHER;
+ }
mons.bind_spell_flags();
// Reset monster enchantments.