diff --git a/website/client/src/components/inventory/stable/petItem.vue b/website/client/src/components/inventory/stable/petItem.vue index db7f5f19e5..3c67980f25 100644 --- a/website/client/src/components/inventory/stable/petItem.vue +++ b/website/client/src/components/inventory/stable/petItem.vue @@ -175,7 +175,7 @@ export default { return isAllowedToFeed(this.item, this.userItems); }, itemClass () { - if (this.isOwned() || (this.mountOwned() && this.isHatchable()) || this.isSpecial()) { + if (this.isOwned() || this.isHatchable()) { return ''; } return 'GreyedOut';