From db5642e2d88754b98e2f96ae6defdb7b8b8f804c Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Mon, 2 Nov 2009 21:43:25 -0800 Subject: Greatly upgrade player hellfire It's now smite targetted with maximum 6d26 damage. Have fun. --- crawl-ref/source/abl-show.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index d7704a6aaa..99063d9731 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -1474,8 +1474,8 @@ static bool _do_ability(const ability_def& abil) break; case ABIL_HELLFIRE: - if (your_spells(SPELL_HELLFIRE, - 20 + you.experience_level, false) == SPRET_ABORT) + if (your_spells(SPELL_HELLFIRE_BURST, + you.experience_level * 5, false) == SPRET_ABORT) return (false); break; -- cgit v1.2.3-54-g00ecf