From 447aafdcc3aff11d1c3a30965077cddb8001b4e8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 25 Nov 2008 17:13:42 +0000 Subject: Consolidate the two immolation routines (the scroll and the effect when affixing a fire brand) into one function. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7615 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/effects.h') diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h index 9f784ebf47..0e2db7d125 100644 --- a/crawl-ref/source/effects.h +++ b/crawl-ref/source/effects.h @@ -112,6 +112,8 @@ int torment(int caster, const coord_def& where); int torment_player(int pow, int caster); int torment_monsters(coord_def where, int pow, int caster); +void immolation(int caster, bool known = false); + // called from: debug void change_labyrinth(bool msg = false); -- cgit v1.2.3-54-g00ecf