Add all systems effects scripts
This commit is contained in:
6
scripts/sNSfDBIA2k17hPYI.js
Normal file
6
scripts/sNSfDBIA2k17hPYI.js
Normal file
@ -0,0 +1,6 @@
|
||||
let ablaze = this.actor.hasCondition("ablaze");
|
||||
if (ablaze)
|
||||
{
|
||||
ablaze?.delete();
|
||||
this.script.scriptNotification("Ignore Ablaze");
|
||||
}
|
Reference in New Issue
Block a user