From 4f344bc0461bf77daf839129bf3802c77ba2bfa6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 05:49:35 +0000 Subject: Clean up "Sticks to Snakes", too. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5587 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 65384865e0..a7a480015d 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -1471,6 +1471,10 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail) cast_summon_small_mammals(powc); break; + case SPELL_STICKS_TO_SNAKES: + cast_sticks_to_snakes(powc); + break; + case SPELL_SUMMON_SCORPIONS: cast_summon_scorpions(powc); break; @@ -1853,10 +1857,6 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail) cast_ignite_poison(powc); break; - case SPELL_STICKS_TO_SNAKES: - cast_sticks_to_snakes(powc); - break; - case SPELL_TAME_BEASTS: cast_tame_beasts(powc); break; -- cgit v1.2.3-54-g00ecf