From dccba09075e44f8219fafe9cef1d1025ee937400 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 15 Jan 2010 19:26:27 +1000 Subject: 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. --- crawl-ref/source/mon-spll.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/mon-spll.h') 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 } }, -- cgit v1.2.3-54-g00ecf