diff options
Diffstat (limited to 'src/Defines.cpp')
-rw-r--r-- | src/Defines.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Defines.cpp b/src/Defines.cpp index 4adbc1c5c..02b9f28d5 100644 --- a/src/Defines.cpp +++ b/src/Defines.cpp @@ -535,6 +535,7 @@ bool ItemCategory::IsHelmet(short a_ItemType) bool ItemCategory::IsChestPlate(short a_ItemType) { return ( + (a_ItemType == E_ITEM_ELYTRA) || (a_ItemType == E_ITEM_LEATHER_TUNIC) || (a_ItemType == E_ITEM_GOLD_CHESTPLATE) || (a_ItemType == E_ITEM_CHAIN_CHESTPLATE) || |