summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-12 22:01:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-12 22:01:42 +0200
commit759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081 (patch)
treeb2515e11db09c9e95e3c637f004c4a7e0208c7fa /crawl-ref/source/externs.h
parent2495f7b7d5bc09feaea3d8a0bf148e2fcf7ff5a7 (diff)
downloadcrawl-ref-759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081.tar.gz
crawl-ref-759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081.zip
Bushes -- tree-like monsters than can be destroyed with any means of damage,
and are much easier to set on fire than trees.
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index c675520e37..0a7d1ff3ba 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1335,7 +1335,7 @@ public:
void scale_hp(int num, int den);
bool gain_exp(int exp);
- void react_to_damage(int damage, beam_type flavour);
+ void react_to_damage(int damage, beam_type flavour, kill_category whose);
void forget_random_spell();