From f2e1abc584a801b0ebf3c595d63752f5eda7708b Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 19 Jan 2009 21:59:56 +0000 Subject: Expand immolation and cleansing flame as well, so that monsters may be able to use scrolls of immolation or holy word in the future. Also, add a power parameter to immolation, so that it can be reused for an exploding Tome of Destruction. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8599 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 39e1874f49..b64bb41064 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -1504,7 +1504,7 @@ static bool _do_ability(const ability_def& abil) case ABIL_TSO_CLEANSING_FLAME: cleansing_flame(10 + (you.skills[SK_INVOCATIONS] * 7) / 6, - CLEANSING_FLAME_INVOCATION); + CLEANSING_FLAME_INVOCATION, you.pos(), &you); exercise(SK_INVOCATIONS, 3 + random2(6)); break; -- cgit v1.2.3-54-g00ecf