summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index ed22a29180..48eb893dc1 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -150,6 +150,9 @@ private:
void splash_defender_with_acid(int strength);
void splash_monster_with_acid(int strength);
+ // Returns true if the defender is banished.
+ bool distortion_affects_defender();
+
private:
// Monster-attack specific stuff
bool mons_attack_you();