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 dab9a6af17..5fd43d0bec 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1317,11 +1317,11 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
break;
case SPELL_HOLY_WORD:
- holy_word(50, HOLY_WORD_SPELL, you.pos(), true);
+ holy_word(100, HOLY_WORD_SPELL, you.pos(), true);
break;
case SPELL_REPEL_UNDEAD:
- turn_undead(50);
+ turn_undead(100);
break;
case SPELL_HELLFIRE: