if (this.item.equipped.value && this.actor.hasCondition("ablaze")) { await this.actor.removeCondition("ablaze") this.script.notification(`Kann den Zustand Brennend nicht erhalten`,"info"); }