From 3e026503b17f1aa9367a88d0d6fdc9aab7e8aa51 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sat, 31 May 2008 03:19:15 +0000 Subject: If butchering with a swapped weapon is interrupted, then switch back to the non-butchering weapon as soon as the player is safe again. Enabled by setting option "swap_when_safe" to true. Also, fixed a bug where "not switching back" message wasn't always being given when butchering was interrupted. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5354 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index d3edde0a47..6006ae087d 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -178,6 +178,7 @@ enum attribute_type ATTR_DEMONIC_RUNES, ATTR_ABYSSAL_RUNES, ATTR_RUNES_IN_ZOT, + ATTR_WEAPON_SWAP_INTERRUPTED, NUM_ATTRIBUTES }; -- cgit v1.2.3-54-g00ecf