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.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index f6b33c0e36..caaad7cf26 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -571,8 +571,7 @@ bool butchery(int which_corpse)
if (butcher_tool == -1 && gloved_butcher)
removed_gloves = true;
-
- if (you.equip[EQ_WEAPON] != butcher_tool)
+ else if (you.equip[EQ_WEAPON] != butcher_tool)
wpn_switch = true;
}