From 386b6ea529672a91ab7bf12035b2d1d50cb9fa4d Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 6 Nov 2006 12:46:38 +0000 Subject: 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 --- crawl-ref/source/food.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- cgit v1.2.3-54-g00ecf