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