foundryvtt-wh4-lang-fr-fr/reference_scripts/E3om295BMQojnM2F.js

6 lines
146 B
JavaScript
Raw Permalink Normal View History

2024-06-06 21:09:27 +02:00
let fatigued = this.actor.hasCondition("fatigued")
if (fatigued)
{
fatigued.delete();
this.script.scriptNotification("Removed Fatigued")
}