summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 17:13:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 17:13:42 +0000
commit447aafdcc3aff11d1c3a30965077cddb8001b4e8 (patch)
tree4d4cd671091c03bc909d194f557d7bc0edc42d40 /crawl-ref/source/effects.h
parent1bb43d66dd5614be3b29c8f827363ef30ec56e44 (diff)
downloadcrawl-ref-447aafdcc3aff11d1c3a30965077cddb8001b4e8.tar.gz
crawl-ref-447aafdcc3aff11d1c3a30965077cddb8001b4e8.zip
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
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 2 insertions, 0 deletions
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);