7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
|
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Athletics"))
|
||
|
await test.roll();
|
||
|
|
||
|
if (test.succeeded)
|
||
|
{
|
||
|
this.actor.removeCondition("prone");
|
||
|
}
|