From 3423bbab5a0f024eeafffe6b8260c8c088647db1 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 5 May 2008 08:39:20 +0000 Subject: First attempt at making vampire feeding interruptible. It doesn't work yet (I had "You stop feeding" followed by "You continue feeding" including full effects), but it's probably better to commit now anyway. Known potions of blood or porridge cannot be quaffed when engorged (alive). Also clean up blood potions check. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4871 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/initfile.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/initfile.cc') diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc index 58df77173b..bf37c491d2 100644 --- a/crawl-ref/source/initfile.cc +++ b/crawl-ref/source/initfile.cc @@ -477,6 +477,7 @@ 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_vampire_feed = interrupt_butcher", "interrupt_passwall = interrupt_butcher", "interrupt_multidrop = interrupt_butcher", "interrupt_macro = interrupt_multidrop", -- cgit v1.2.3-54-g00ecf