diff --git a/src/wield.c b/src/wield.c index 6d0f5a7aa..219f65edc 100644 --- a/src/wield.c +++ b/src/wield.c @@ -673,7 +673,8 @@ can_twoweapon() else if (NOT_WEAPON(uwep) || NOT_WEAPON(uswapwep)) { otmp = NOT_WEAPON(uwep) ? uwep : uswapwep; pline("%s %s.", Yname2(otmp), - is_plural(otmp) ? "aren't weapons" : "isn't a weapon"); + is_plural(otmp) ? "aren't suitable weapons" + : "isn't a suitable weapon"); } else if (bimanual(uwep) || bimanual(uswapwep)) { otmp = bimanual(uwep) ? uwep : uswapwep; pline("%s isn't one-handed.", Yname2(otmp));