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-16 09:52:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 09:52:35 +0000
commit18266441fdeec28e0eba1818726a2c41b2376aa4 (patch)
tree8e3e73051c422692bf925e1d98d82b11797c0fed /crawl-ref/source/initfile.cc
parent9775ec72ba0943333eb80d4274d9074741ab3cbb (diff)
downloadcrawl-ref-18266441fdeec28e0eba1818726a2c41b2376aa4.tar.gz
crawl-ref-18266441fdeec28e0eba1818726a2c41b2376aa4.zip
Fix the remaining (known) issues with butchering all corpses in a stash:
* You should now get the "not swapping back" warning also for sac sessions and chained butchery. * Vampires choosing (a)ll from a "Bottle this corpse?" prompt will only attempt to bottle corpses that actually contain blood (so they no longer will be autobutchering bloodless corpses in the stash). Also changed Vampire spell hunger reduction to Thirsty, Very Thirsty: 50% Near Starving, Starving: None git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5075 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 7e168db497..2c090643d7 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -477,6 +477,8 @@ void game_options::set_default_activity_interrupts()
"interrupt_jewellery_on = interrupt_armour_on",
"interrupt_memorise = interrupt_armour_on, stat",
"interrupt_butcher = interrupt_armour_on, teleport, stat",
+ "interrupt_bottle_blood = interrupt_butcher",
+ "interrupt_offer_corpse = interrupt_butcher, hungry",
"interrupt_vampire_feed = interrupt_butcher",
"interrupt_passwall = interrupt_butcher",
"interrupt_multidrop = interrupt_butcher",
@@ -493,7 +495,6 @@ void game_options::set_default_activity_interrupts()
"interrupt_recite = teleport",
"interrupt_uninterruptible =",
"interrupt_weapon_swap =",
- "interrupt_offer_corpse = interrupt_butcher, hungry",
NULL
};