3 lines
156 B
JavaScript
3 lines
156 B
JavaScript
let test = await this.actor.setupSkill("Runesmithing", {appendTitle: ` - ${this.effect.name}`});
|
|
await test.roll();
|
|
this.effect.update({"disabled" : true}); |