summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-06 12:46:38 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-06 12:46:38 +0000
commit386b6ea529672a91ab7bf12035b2d1d50cb9fa4d (patch)
treee7ebdc429fa1f475881f4cc6c7e219f6f94cab7b
parent4a0f2d58c34e432bc47aca79ee5d29f19c4438ea (diff)
downloadcrawl-ref-386b6ea529672a91ab7bf12035b2d1d50cb9fa4d.tar.gz
crawl-ref-386b6ea529672a91ab7bf12035b2d1d50cb9fa4d.zip
Cosmetic fix for 1590656: bad claw message.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@342 c06c8d41-db1a-0410-9941-cceddc491573
-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.");