summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-29 10:52:16 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-29 10:52:16 +0000
commit775b9001bdbf57534c231191f194ab76b0c5e81c (patch)
treedb6f435eadc0d6d853108243a44cdc4853560431 /crawl-ref/source/fight.h
parent253496da889864afbddbaea897571342f6b38d21 (diff)
downloadcrawl-ref-775b9001bdbf57534c231191f194ab76b0c5e81c.tar.gz
crawl-ref-775b9001bdbf57534c231191f194ab76b0c5e81c.zip
Updated changes list.
Give Lugonu's retribution more of the Abyss/distortion theme. Added extra check for Sif Muna gifts. Reduced spatial vortex base damage, but give them a distortion attack. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1118 c06c8d41-db1a-0410-9941-cceddc491573
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();