summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 8170b31665..63866f3099 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -170,6 +170,7 @@ static bool find_butchering_implement( bool fallback )
&& item_known_uncursed(you.inv[i])
&& item_type_known(you.inv[i])
&& get_weapon_brand(you.inv[i]) != SPWPN_DISTORTION
+ && !has_warning_inscription(you.inv[i], OPER_WIELD) // don't even ask
&& can_wield( &you.inv[i] ))
{
mpr("Switching to a butchering implement.");