From 0e18c9cc6ebe782f5791b5ebcea10946e9f2c2d8 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 8 Nov 2009 11:18:25 +0300 Subject: Remove SPFLAG_DEVEL and the only spell that had it set, Disrupt. --- crawl-ref/source/spl-book.cc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'crawl-ref/source/spl-book.cc') diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc index fcac1faa6a..52533d386c 100644 --- a/crawl-ref/source/spl-book.cc +++ b/crawl-ref/source/spl-book.cc @@ -2163,18 +2163,6 @@ static void _get_spell_list(std::vector &spell_list, int level, } } - // Only wizard mode gets spells still under development. - const unsigned int flags = get_spell_flags(spell); - if (flags & SPFLAG_DEVEL) - { -#ifdef WIZARD - if (!you.wizard) - continue; -#else - continue; -#endif - } - if (avoid_uncastable && you_cannot_memorise(spell)) { uncastable_discard++; -- cgit v1.2.3-54-g00ecf