summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 5bf341c990..8c4d88bd60 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -60,8 +60,8 @@ enum kill_method_type
};
int check_your_resists(int hurted, beam_type flavour);
-void splash_with_acid(char acid_strength);
-void weapon_acid(char acid_strength);
+void splash_with_acid(int acid_strength, bool corrode_items = true);
+void weapon_acid(int acid_strength);
class actor;
int actor_to_death_source(const actor* agent);