summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
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 9cc9be9072..0dcf371f89 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -144,6 +144,8 @@ int torment_monsters(coord_def where, int pow, int caster,
void immolation(int pow, int caster, coord_def where, bool known = false,
actor *attacker = NULL);
+void conduct_electricity(coord_def where, actor *attacker);
+
void cleansing_flame(int pow, int caster, coord_def where,
actor *attacker = NULL);