summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.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/spl-cast.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/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 8b15d1f54b..3794bfcb08 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1529,6 +1529,11 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
cast_fire_storm(powc, beam);
break;
+ case SPELL_HELLFIRE_BURST:
+ if (!cast_hellfire_burst(powc, beam))
+ return (SPRET_ABORT);
+ break;
+
case SPELL_ICE_STORM:
if (!zapping(ZAP_ICE_STORM, powc, beam, true))
return (SPRET_ABORT);