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

6 lines
138 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let ablaze = this.actor.hasCondition("ablaze")
if (ablaze)
{
this.script.scriptNotification("Immune to Ablaze");
ablaze.delete()
}