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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index d00bbb4241..2049738726 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1510,11 +1510,11 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
break;
case SPELL_SUMMON_ANGEL:
- summon_angel(powc, god);
+ summon_holy_being_type(MONS_ANGEL, powc, god);
break;
case SPELL_SUMMON_DAEVA:
- summon_daeva(powc, god);
+ summon_holy_being_type(MONS_DAEVA, powc, god);
break;
case SPELL_TUKIMAS_DANCE: