summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-27 18:15:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-27 18:15:26 +0000
commit841f9e1a5b85df1d3ec26be6031a035b19e11634 (patch)
treeb2e890f750d67259539dc86c5566b0988927075d /crawl-ref/source/items.cc
parent3732a3c751be1539d7a0b34b01b6545c745924e3 (diff)
downloadcrawl-ref-841f9e1a5b85df1d3ec26be6031a035b19e11634.tar.gz
crawl-ref-841f9e1a5b85df1d3ec26be6031a035b19e11634.zip
Fix [2827921]: Remove spurious "empty-handed" message.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10435 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 285abfdaad..2666b4d1ca 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -1942,7 +1942,6 @@ bool drop_item( int item_dropped, int quant_drop, bool try_offer )
{
if (!wield_weapon(true, PROMPT_GOT_SPECIAL))
return (false);
- canned_msg( MSG_EMPTY_HANDED );
}
const dungeon_feature_type my_grid = grd(you.pos());