summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
authorvalrus <thevalrus@hotmail.com>2011-01-27 16:00:47 -0800
committerAdam Borowski <kilobyte@angband.pl>2011-01-28 01:35:51 +0100
commitc3418104f913ca0c7a9cbd8112fb0a2069388dd9 (patch)
treee7e632fc28ff781eb219b797c65a8ff24114a950 /crawl-ref/source/delay.h
parentc9b6edec01476dac4561a6146972a20585ef267c (diff)
downloadcrawl-ref-c3418104f913ca0c7a9cbd8112fb0a2069388dd9.tar.gz
crawl-ref-c3418104f913ca0c7a9cbd8112fb0a2069388dd9.zip
Don't keep drinking from a corpse after it's raised!
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index 9137af5d4e..42230c69bd 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -72,6 +72,7 @@ void handle_delay();
void finish_last_delay();
bool delay_is_run(delay_type delay);
+bool is_being_drained(const item_def &item);
bool is_being_butchered(const item_def &item, bool just_first = true);
bool is_vampire_feeding();
bool is_butchering();