summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-06 21:29:32 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-06 21:29:32 +0000
commit6aceeffe99753798bc8927e11a6cf75b85466cde (patch)
tree20f6fb2e19153b5a2856b4bc2bdd5e816e7d5d80 /crawl-ref/source/delay.h
parent2d1f69be59f5a799300ba47eeb2cf7f42c76b181 (diff)
downloadcrawl-ref-6aceeffe99753798bc8927e11a6cf75b85466cde.tar.gz
crawl-ref-6aceeffe99753798bc8927e11a6cf75b85466cde.zip
BR 1972213: Move "Corpse x no longer valid!" into #DEBUG_DIAGNOSTICS
and print "The corpse you are butchering rises to attack you." where that is the case. BR 1945387: Don't allow summoning earth elementals from walls near the edge of the map (that can't get destroyed that way). Just seems more consistent. There's an error message, but it doesn't cost a turn. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5505 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index 01e4d6c7ea..1c92b96065 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -78,7 +78,7 @@ int check_recital_audience( void );
void handle_delay( void );
bool is_run_delay(int delay);
-bool is_being_butchered(const item_def &item);
+bool is_being_butchered(const item_def &item, bool just_first = true);
bool is_vampire_feeding( void );
void stop_butcher_delay();