Refactored isShield and removed equipflag.

This commit is contained in:
2024-03-09 11:26:19 -05:00
parent 658b442b36
commit 6f028ab8c8
9 changed files with 65 additions and 61 deletions
+1 -1
View File
@@ -891,7 +891,7 @@ public enum CombatManager {
if (tarOff == null)
return false;
return tarOff.getItemBase().isShield() != false;
return ItemTemplate.isShield((tarOff));
}
private static boolean isRanged(Item item) {