forked from MagicBane/Server
Helper method created
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user