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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 03984b03b9..1a62c70b41 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -36,6 +36,9 @@ struct mon_attack_def;
* *********************************************************************** */
int effective_stat_bonus( int wepType = -1 );
+int resist_adjust_damage(actor *defender, int res, int rawdamage,
+ bool ranged = false);
+
// added Sept 18, 2000 -- bwr
/* ***********************************************************************
* called from: describe.cc
@@ -164,7 +167,6 @@ private:
bool attack_shield_blocked(bool verbose);
bool apply_damage_brand();
void calc_elemental_brand_damage(int res, const char *verb);
- int resist_adjust_damage(int res, int rawdamage);
int fire_res_apply_cerebov_downgrade(int res);
void drain_defender();
void drain_player();