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 a5f3dc0798..97347baa5d 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1549,6 +1549,10 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
cast_shadow_creatures();
break;
+ case SPELL_TWISTED_RESURRECTION:
+ cast_twisted_resurrection(powc);
+ break;
+
case SPELL_SUMMON_WRAITHS:
cast_summon_wraiths(powc);
break;
@@ -1584,10 +1588,6 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
return (SPRET_ABORT);
break;
- case SPELL_TWISTED_RESURRECTION:
- cast_twisted_resurrection(powc);
- break;
-
case SPELL_REGENERATION:
cast_regen(powc);
break;