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()
TwoHanded = auto()
Helm = auto()
Chest = auto()
Armor = auto()
Wrists = auto()
Feet = auto()
Neck = auto()