let broken = this.actor.hasCondition("broken")
if (broken)
{
broken.delete();
this.script.scriptNotification("Etat Brisé supprimé")
}