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

7 lines
133 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
for(let effect of this.actor.effects.filter(e => e.isCondition))
{
if (effect.isCondition)
{
effect.delete();
}
}