summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc8
1 files changed, 4 insertions, 4 deletions
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;