From 841f9e1a5b85df1d3ec26be6031a035b19e11634 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 27 Jul 2009 18:15:26 +0000 Subject: 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 --- crawl-ref/source/items.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/items.cc') 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()); -- cgit v1.2.3-54-g00ecf