foundryvtt-wh4-lang-fr-fr/scripts/U26XMie3Kjoddisj.js

10 lines
240 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
let stunned = this.actor.hasCondition("stunned")
if (stunned)
{
this.script.scriptNotification(`Suppression de 1 état Assomé`)
2024-05-16 17:57:51 +02:00
this.actor.removeCondition("stunned");
}
else
{
this.script.scriptNotification(`Aucun état Assomé`)
2024-05-16 17:57:51 +02:00
}