diff --git a/module/applications/sheets/actors/character.mjs b/module/applications/sheets/actors/character.mjs index 1ef50b84..b8f78a15 100644 --- a/module/applications/sheets/actors/character.mjs +++ b/module/applications/sheets/actors/character.mjs @@ -640,7 +640,7 @@ export default class CharacterSheet extends DHBaseActorSheet { await item.update({ 'system.equipped': true }); break; case 'weapon': - if (this.document.effects.find(x => x.type === 'beastform')) { + if (this.document.effects.find(x => !x.disabled && x.type === 'beastform')) { return ui.notifications.warn( game.i18n.localize('DAGGERHEART.UI.Notifications.beastformEquipWeapon') );