summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-03 23:21:52 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-03 23:21:52 +0000
commitc408f8b544f47a4d2e7aebc75c8ac5535d4767b6 (patch)
treec9f66c8020ed349f213e9e1835459b1feb473b88 /crawl-ref/source/ouch.h
parent419f00a75943e625e36cb6fb2eafe6e4e11f6024 (diff)
downloadcrawl-ref-c408f8b544f47a4d2e7aebc75c8ac5535d4767b6.tar.gz
crawl-ref-c408f8b544f47a4d2e7aebc75c8ac5535d4767b6.zip
Harpies now also eat food on the ground.
Add a description (as suggested by David) and two quotes. Since harpies will eat anything they are now resistant to poison. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7737 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 3bcb532387..5bf341c990 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -73,7 +73,7 @@ void ouch(int dam, int death_source, kill_method_type death_type,
void lose_level(void);
void drain_exp(bool announce_full = true);
-void expose_items_to_element(beam_type flavour, const coord_def& where,
+bool expose_items_to_element(beam_type flavour, const coord_def& where,
int strength = 0);
bool expose_player_to_element(beam_type flavour, int strength = 0);