summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-20 23:35:54 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-20 23:54:41 +0100
commit5c1a9190c6f89142721450eba382e55537b22d43 (patch)
tree59a366e7aefcaed62c25e54e1679fea2f319b2e0 /crawl-ref/source/effects.h
parent9a7e074a0e9ca08fcb782b02c5ce79d4b5902d9e (diff)
downloadcrawl-ref-5c1a9190c6f89142721450eba382e55537b22d43.tar.gz
crawl-ref-5c1a9190c6f89142721450eba382e55537b22d43.zip
Don't claim that tome of destruction explosion is "immolation".
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 7da126ab36..f014d7319d 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -59,8 +59,6 @@ int torment(actor *attacker, int taux, const coord_def& where);
int torment_player(actor *attacker, int taux);
int torment_monsters(coord_def where, actor *attacker, int taux);
-void immolation(int pow, immolation_source_type source, bool known = false);
-
void conduct_electricity(coord_def where, actor *attacker);
void cleansing_flame(int pow, int caster, coord_def where,