skripte in Ursprungsordner
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const ablaze = this.actor.hasCondition("ablaze");
|
||||
|
||||
if (ablaze) {
|
||||
ablaze.delete();
|
||||
this.script.scriptNotification("Resisted Ablaze");
|
||||
}
|
||||
Reference in New Issue
Block a user