|
|
|
@ -356,4 +356,11 @@ public class ItemTemplate {
@@ -356,4 +356,11 @@ public class ItemTemplate {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static boolean isTwoHanded(ItemTemplate template) { |
|
|
|
|
|
|
|
|
|
if (!template.item_type.equals(Enum.ItemType.WEAPON)) |
|
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
return template.item_eq_slots_or.contains(EnumSet.of(Enum.ItemEquipSlotType.LHELD, Enum.ItemEquipSlotType.RHELD)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|