summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 1f58c8a56b..109a7a2540 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -277,7 +277,7 @@ bool butchery(void)
if (you.equip[EQ_GLOVES] == -1)
mpr("What, with your bare hands?");
else
- mpr("You can't use your claws with your gloves on!");
+ mpr("Your gloves aren't that sharp!");
}
else
mpr("Maybe you should try using a sharper implement.");