Caps correction in Types

This commit is contained in:
Aria 2019-10-02 01:39:55 +02:00
parent 2c8bfebedd
commit b54012aa00

View File

@ -29,7 +29,7 @@ public class Type {
public static final Type WHIP = new Type(TypeSet.RANGE, "WHIP", true, false, true, EquipmentSlot.MAIN_HAND);
public static final Type STAFF = new Type(TypeSet.RANGE, "STAFF", true, false, true, EquipmentSlot.MAIN_HAND);
public static final Type BOW = new Type(TypeSet.RANGE, "BOW", true, false, false, EquipmentSlot.BOTH_HANDS);
public static final Type CROSSBOW = new Type(TypeSet.RANGE, "Crossbow", false, true, false, EquipmentSlot.BOTH_HANDS);
public static final Type CROSSBOW = new Type(TypeSet.RANGE, "CROSSBOW", false, true, false, EquipmentSlot.BOTH_HANDS);
public static final Type MUSKET = new Type(TypeSet.RANGE, "MUSKET", true, false, false, EquipmentSlot.BOTH_HANDS);
public static final Type LUTE = new Type(TypeSet.RANGE, "LUTE", true, false, true, EquipmentSlot.BOTH_HANDS);