From d9ef848c4e54df96b618d5007c7ea00a9265fa7f Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 21 Jun 2023 15:27:59 +0200 Subject: [PATCH] Ammo doesn't need to be equipped --- .../ui/properties/components/actions/SelectItemToConsume.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/imports/client/ui/properties/components/actions/SelectItemToConsume.vue b/app/imports/client/ui/properties/components/actions/SelectItemToConsume.vue index 5634958e..33b5b7e7 100644 --- a/app/imports/client/ui/properties/components/actions/SelectItemToConsume.vue +++ b/app/imports/client/ui/properties/components/actions/SelectItemToConsume.vue @@ -13,7 +13,7 @@ - No equipped items found with the tag "{{ itemConsumed.tag }}" + No active items found with the tag "{{ itemConsumed.tag }}" @@ -42,7 +42,6 @@ export default { return CreatureProperties.find({ 'ancestors.id': this.action.ancestors[0].id, type: 'item', - equipped: true, tags: this.itemConsumed.tag, removed: {$ne: true}, inactive: {$ne: true},