Changed armor to go on armor slot instead of chest slot.

This commit is contained in:
kansaigaijin
2025-07-13 20:37:28 +12:00
parent 511b497580
commit 356957bd0f

View File

@@ -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()