continuing with the overhaul, allowed entities to wear stuff

This commit is contained in:
Llywelwyn 2023-07-28 06:57:14 +01:00
parent c169a1eae6
commit c2759e9e8e
6 changed files with 148 additions and 13 deletions

View file

@ -173,11 +173,11 @@ pub enum EquipmentSlot {
Melee,
Shield,
Head,
Neck,
Torso,
Body,
Hands,
Legs,
Feet,
Neck,
Back,
}
#[derive(PartialEq, Copy, Clone, Serialize, Deserialize)]