aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/item.cpp b/engines/xeen/item.cpp
index fb8dd24aac..cd3ba80b4e 100644
--- a/engines/xeen/item.cpp
+++ b/engines/xeen/item.cpp
@@ -379,7 +379,7 @@ void ArmorItems::equipItem(int itemIndex) {
if (passRestrictions(item._id)) {
for (uint idx = 0; idx < size(); ++idx) {
XeenItem &i = operator[](idx);
- if (i._frame == 9) {
+ if (i._frame == 3) {
equipError(itemIndex, CATEGORY_ARMOR, idx, CATEGORY_ARMOR);
return;
}