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 b67a02b52d..be567589f7 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1507,8 +1507,11 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
cast_summon_ice_beast(powc);
break;
- // Remember that most holy spells don't yet use powc!
case SPELL_SUMMON_UGLY_THING:
+ cast_summon_ugly_thing(powc);
+ break;
+
+ // Remember that most holy spells don't yet use powc!
case SPELL_SUMMON_GREATER_DEMON:
case SPELL_SUMMON_WRAITHS:
case SPELL_SUMMON_GUARDIAN: