Changed armor to go on armor slot instead of chest slot.
This commit is contained in:
@@ -39,7 +39,7 @@ class Slots(Enum):
|
|||||||
OffHand = auto()
|
OffHand = auto()
|
||||||
TwoHanded = auto()
|
TwoHanded = auto()
|
||||||
Helm = auto()
|
Helm = auto()
|
||||||
Chest = auto()
|
Armor = auto()
|
||||||
Wrists = auto()
|
Wrists = auto()
|
||||||
Feet = auto()
|
Feet = auto()
|
||||||
Neck = auto()
|
Neck = auto()
|
||||||
|
|||||||
Reference in New Issue
Block a user