From c408f8b544f47a4d2e7aebc75c8ac5535d4767b6 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 3 Dec 2008 23:21:52 +0000 Subject: 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 --- crawl-ref/source/ouch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.h') 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); -- cgit v1.2.3-54-g00ecf