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.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index a071ff77fa..b67a02b52d 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1503,8 +1503,11 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
cast_demonic_horde(powc);
break;
- // Remember that most holy spells don't yet use powc!
case SPELL_SUMMON_ICE_BEAST:
+ cast_summon_ice_beast(powc);
+ break;
+
+ // Remember that most holy spells don't yet use powc!
case SPELL_SUMMON_UGLY_THING:
case SPELL_SUMMON_GREATER_DEMON:
case SPELL_SUMMON_WRAITHS: