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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 9ae999e89d..731430e2f5 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -202,6 +202,7 @@ private:
int fire_res_apply_cerebov_downgrade(int res);
bool defender_is_unholy();
void drain_defender();
+ void rot_defender(int amount, int immediate = 0);
void check_defender_train_armour();
void check_defender_train_dodging();
void splash_defender_with_acid(int strength);