From 356957bd0f3c74cc80c9a3598073563e963b598f Mon Sep 17 00:00:00 2001 From: kansaigaijin Date: Sun, 13 Jul 2025 20:37:28 +1200 Subject: [PATCH] Changed armor to go on armor slot instead of chest slot. --- enum_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enum_list.py b/enum_list.py index 9aa19fc..b869353 100644 --- a/enum_list.py +++ b/enum_list.py @@ -39,7 +39,7 @@ class Slots(Enum): OffHand = auto() TwoHanded = auto() Helm = auto() - Chest = auto() + Armor = auto() Wrists = auto() Feet = auto() Neck = auto()