5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
|
for(let e of this.item.effects.contents)
|
||
|
{
|
||
|
e.update({disabled: false})
|
||
|
}
|
||
|
this.script.scriptNotification("Reset Powers")
|