summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 222bbb9285..5e8865a723 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -758,6 +758,8 @@ void wield_effects(int item_wield_2, bool showMsgs)
if (showMsgs)
warn_shield_penalties();
+
+ you.attribute[ATTR_WEAPON_SWAP_INTERRUPTED] = 0;
} // end wield_weapon()
//---------------------------------------------------------------