Sync to v7.2.0
This commit is contained in:
6
scripts/E3om295BMQojnM2F.js
Normal file
6
scripts/E3om295BMQojnM2F.js
Normal file
@ -0,0 +1,6 @@
|
||||
let fatigued = this.actor.hasCondition("fatigued")
|
||||
if (fatigued)
|
||||
{
|
||||
fatigued.delete();
|
||||
this.script.scriptNotification("Fatigue supprimée")
|
||||
}
|
Reference in New Issue
Block a user