diff --git a/common/script/content/gear/index.js b/common/script/content/gear/index.js index d7013e9986..5137539c40 100644 --- a/common/script/content/gear/index.js +++ b/common/script/content/gear/index.js @@ -71,7 +71,7 @@ each(GEAR_TYPES, (type) => { }; } - if (item.mystery) { + if (item.mystery || key.indexOf('takeThis') !== -1) { item.canOwn = ownsItem(key); }