From eedaf28e2ab8dfae0eaae2fc308bdf683bf57021 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 3 Jul 2007 11:18:38 +0000 Subject: Staves aren't clumsy (Darshan.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1727 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index 03208d6976..f938562d72 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -3195,7 +3195,7 @@ int melee_attack::mons_to_hit() static void wielded_weapon_check(const item_def *weapon) { if (you.received_weapon_warning == false && - weapon && + weapon && weapon->base_type != OBJ_STAVES && (weapon->base_type != OBJ_WEAPONS || is_range_weapon(*weapon))) { mpr("You might want to wield a more suitable implement when " -- cgit v1.2.3-54-g00ecf