summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-06 00:15:09 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-06 00:15:50 -0500
commit8c0f2ef1e0ca14dfbe4dc5263ce9d1dddd674758 (patch)
tree0ce03d9fbc4370b46372c0cb25ff0e33d21712c7 /crawl-ref/source/goditem.cc
parent2cd18cf91603ca59471842721b584b8a7521f103 (diff)
downloadcrawl-ref-8c0f2ef1e0ca14dfbe4dc5263ce9d1dddd674758.tar.gz
crawl-ref-8c0f2ef1e0ca14dfbe4dc5263ce9d1dddd674758.zip
Add haste other as a monster spell
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc3
1 files changed, 2 insertions, 1 deletions
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().