summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 18:36:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 18:36:11 +0000
commit436078067b93a484213ed2a2bc212e7127f75e49 (patch)
tree227d78cd1533d250df0a04eeca28be669b33747e /crawl-ref/source/fight.h
parent76d8c3651ddb1bf23d77db2e04e3c70cdec8f636 (diff)
downloadcrawl-ref-436078067b93a484213ed2a2bc212e7127f75e49.tar.gz
crawl-ref-436078067b93a484213ed2a2bc212e7127f75e49.zip
Rename cleansing flame resistance to holy energy resistance, and clean
up holy wrath weapon checks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8595 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 7a28c08b1c..9ae999e89d 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -200,6 +200,7 @@ private:
int res,
const char *verb);
int fire_res_apply_cerebov_downgrade(int res);
+ bool defender_is_unholy();
void drain_defender();
void check_defender_train_armour();
void check_defender_train_dodging();