summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-15 19:26:27 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-15 19:26:27 +1000
commitdccba09075e44f8219fafe9cef1d1025ee937400 (patch)
tree5b3774cdc24751551cfadab4328dd15856d37b16
parent9e2960c3a8067a5365a1261209528a1ee79b7b6d (diff)
downloadcrawl-ref-dccba09075e44f8219fafe9cef1d1025ee937400.tar.gz
crawl-ref-dccba09075e44f8219fafe9cef1d1025ee937400.zip
Tweak Aizul's spells and placement slightly.
Now found 14-20, and has Blink Other as an escape spell instead of a standard enchantment. I've also replaced one of the Poison Arrows with Venom Bolt instead. Hopefully these changes should help to allay fears that he's too powerful at his assigned depth.
-rw-r--r--crawl-ref/source/dat/uniques.des2
-rw-r--r--crawl-ref/source/mon-spll.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/dat/uniques.des b/crawl-ref/source/dat/uniques.des
index f2eb5a47aa..038cbc2fe1 100644
--- a/crawl-ref/source/dat/uniques.des
+++ b/crawl-ref/source/dat/uniques.des
@@ -99,7 +99,7 @@ DEPTH: 12-18, !Lair, !Slime
: place_unique(_G, "Agnes")
NAME: uniq_aizul
-DEPTH: 13-25, !Lair, !Slime
+DEPTH: 14-20, !Lair, !Slime
: place_unique(_G, "Aizul")
NAME: uniq_azrael
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index dfbbf0f2b2..e266da0a73 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -1267,11 +1267,11 @@
{ MST_AIZUL,
{
SPELL_VENOM_BOLT,
- SPELL_BLINK_OTHER,
+ SPELL_SLEEP,
SPELL_SLEEP,
SPELL_POISON_ARROW,
- SPELL_POISON_ARROW,
- SPELL_MINOR_HEALING
+ SPELL_VENOM_BOLT,
+ SPELL_BLINK_OTHER
}
},