diff --git a/src/steal.c b/src/steal.c index d609650c4..7d2c993d1 100644 --- a/src/steal.c +++ b/src/steal.c @@ -345,7 +345,7 @@ gotobj: (otmp == uright && welded(uwep)) || (otmp == uleft && welded(uwep) && bimanual(uwep))); - if (ostuck || !can_carry(mtmp, otmp) > 0) { + if (ostuck || can_carry(mtmp, otmp) == 0) { static const char *const how[] = { "steal", "snatch", "grab", "take" }; cant_take: