summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 23:46:58 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 23:46:58 +0000
commit6c1c71a64485cb196aaa21082d04246bfe922466 (patch)
treec369625e01d61cb00b9f30f38dd0e10b8d0134cf /crawl-ref/source/initfile.cc
parent3c019579930be9cdff59094b613b68575f895bae (diff)
downloadcrawl-ref-6c1c71a64485cb196aaa21082d04246bfe922466.tar.gz
crawl-ref-6c1c71a64485cb196aaa21082d04246bfe922466.zip
Implement FR 1936340: add a shortcut for butchering (a)ll corpses in a
stack. Does not yet differentiate between butchering and bottling (for Vampires), and if several butcher/sacrifice delays have been chained and are now interrupted, you only get the "not switching back to xyz" message if the interruption happens while butchering the last corpse. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5068 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index d2e44d7d14..7e168db497 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -493,6 +493,7 @@ void game_options::set_default_activity_interrupts()
"interrupt_recite = teleport",
"interrupt_uninterruptible =",
"interrupt_weapon_swap =",
+ "interrupt_offer_corpse = interrupt_butcher, hungry",
NULL
};