Skip to content

Commit

Permalink
Fix for equip two-handed items
Browse files Browse the repository at this point in the history
  • Loading branch information
Katodiy committed Mar 19, 2023
1 parent f2cb2eb commit 50cd694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nurgling/tools/Finder.java
Expand Up @@ -579,7 +579,7 @@ public static boolean findDressedItems(NAlias name, int count) {
}
}

return found == count;
return found >= count;
}

public static NArea findNearestMark (AreasID id ) {
Expand Down

0 comments on commit 50cd694

Please sign in to comment.