5 lines
123 B
JavaScript
Raw Normal View History

for(let e of this.item.effects.contents)
{
e.update({disabled: false})
}
this.script.scriptNotification("Reset Powers")