From 8c0f2ef1e0ca14dfbe4dc5263ce9d1dddd674758 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 6 Nov 2009 00:15:09 -0500 Subject: Add haste other as a monster spell --- crawl-ref/source/goditem.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/goditem.cc') diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc index d4515724e2..ab9268ec0f 100644 --- a/crawl-ref/source/goditem.cc +++ b/crawl-ref/source/goditem.cc @@ -274,7 +274,8 @@ bool is_hasty_spell(spell_type spell, god_type god) return (spell == SPELL_HASTE || spell == SPELL_SWIFTNESS - || spell == SPELL_BERSERKER_RAGE); + || spell == SPELL_BERSERKER_RAGE + || spell == SPELL_HASTE_OTHER); } // The default suitable() function for is_spellbook_type(). -- cgit v1.2.3-54-g00ecf