3 lines
132 B
JavaScript
3 lines
132 B
JavaScript
|
this.actor.setupCharacteristic("i", {skipTargets: true, appendTitle : " - " + this.effect.name}).then(test => {
|
||
|
test.roll();
|
||
|
})
|