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/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 98ed77e78f..025b3cb869 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2887,8 +2887,9 @@ enum spell_type SPELL_KRAKEN_TENTACLES, SPELL_TOMB_OF_DOROKLOHE, // 200 SPELL_SUMMON_EYEBALLS, + SPELL_HASTE_OTHER, - NUM_SPELLS // 202 + NUM_SPELLS // 203 }; enum slot_select_mode -- cgit v1.2.3-54-g00ecf