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/spl-cast.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/spl-cast.cc') 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); -- cgit v1.2.3-54-g00ecf