Add all systems effects scripts + translations
This commit is contained in:
7
reference_scripts/9WZa63lr0K3SsP4G.js
Normal file
7
reference_scripts/9WZa63lr0K3SsP4G.js
Normal file
@ -0,0 +1,7 @@
|
||||
let sourceItem = this.effect.sourceItem;
|
||||
|
||||
if (sourceItem)
|
||||
{
|
||||
this.actor.applyEffect({effectUuids : [sourceItem.effects.contents[2].uuid]})
|
||||
this.script.scriptNotification("Applied after effects");
|
||||
}
|
Reference in New Issue
Block a user