summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-02 21:43:25 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-02 21:43:25 -0800
commitdb5642e2d88754b98e2f96ae6defdb7b8b8f804c (patch)
treef9ebb607f2c2828187eafdec6b6bba8fea2ddb44 /crawl-ref/source/abl-show.cc
parent8b4c163569ea3a6c18e7a3eff19a2bce2ece8536 (diff)
downloadcrawl-ref-db5642e2d88754b98e2f96ae6defdb7b8b8f804c.tar.gz
crawl-ref-db5642e2d88754b98e2f96ae6defdb7b8b8f804c.zip
Greatly upgrade player hellfire
It's now smite targetted with maximum 6d26 damage. Have fun.
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc4
1 files changed, 2 insertions, 2 deletions
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;