6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
if (!game.settings.get("wfrp4e", "useGroupAdvantage"))
|
|
return;
|
|
|
|
|
|
await this.actor.modifyAdvantage(1);
|
|
this.effect.delete(); |