summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:49:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:49:35 +0000
commit4f344bc0461bf77daf839129bf3802c77ba2bfa6 (patch)
treefc1a83aac426e13d0f44d7026e3be1c3bda7d2b2 /crawl-ref/source/spl-cast.cc
parent226ae1870c81e98670a2a79c436e26846f0698fb (diff)
downloadcrawl-ref-4f344bc0461bf77daf839129bf3802c77ba2bfa6.tar.gz
crawl-ref-4f344bc0461bf77daf839129bf3802c77ba2bfa6.zip
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
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;