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()
|
||||
TwoHanded = auto()
|
||||
Helm = auto()
|
||||
Chest = auto()
|
||||
Armor = auto()
|
||||
Wrists = auto()
|
||||
Feet = auto()
|
||||
Neck = auto()
|
||||
|
||||
Reference in New Issue
Block a user