From 05a9956798b9ccc82b5ed32412d99f53c60b3b4d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 19 Mar 2009 09:46:26 +0000 Subject: * Change Roxanne's spells to include Blink Other (instead of Sandblast) as spell to fall back on if all others are out of range. (Fixes 2686559.) * Fix 2690141: Tiles inventory leaking cursedness of items. * Fix 2687108: inappropriate message flushing during repeat command. * Fix opening/closing doors not updating exclusion los. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9516 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-spll.h | 8 +++++--- 1 file changed, 5 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 39c70417b6..0169a74396 100644 --- a/crawl-ref/source/mon-spll.h +++ b/crawl-ref/source/mon-spll.h @@ -960,7 +960,7 @@ }, // --------------------- - // unique's "spellbooks" + // uniques' "spellbooks" // --------------------- // Crusader theme. @@ -975,14 +975,16 @@ } }, + // statue, earth spells + // Blink Other for foes out of the other spells' range { MST_ROXANNE, { SPELL_LEHUDIBS_CRYSTAL_SPEAR, SPELL_BOLT_OF_IRON, + SPELL_BLINK_OTHER, SPELL_BOLT_OF_MAGMA, - SPELL_STONE_ARROW, SPELL_ISKENDERUNS_MYSTIC_BLAST, - SPELL_SANDBLAST + SPELL_STONE_ARROW } }, -- cgit v1.2.3-54-g00ecf