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 31e06876bf..935abf777c 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1686,12 +1686,12 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
return (SPRET_ABORT);
break;
- case SPELL_LESSER_HEALING:
+ case SPELL_MINOR_HEALING:
if (cast_healing(5) < 0)
return (SPRET_ABORT);
break;
- case SPELL_GREATER_HEALING:
+ case SPELL_MAJOR_HEALING:
if (cast_healing(25) < 0)
return (SPRET_ABORT);
break;