chgt endurance ne rend plus inconscient

This commit is contained in:
Vincent Vandemeulebrouck
2022-09-19 20:15:01 +02:00
parent 5402508b26
commit 6d06c96497
2 changed files with 30 additions and 35 deletions

View File

@ -368,7 +368,7 @@ export class RdDActorSheet extends ActorSheet {
});
html.find('.enlever-tous-effets').click(async event => {
if (game.user.isGM) {
this.actor.enleverTousLesEffets();
await this.actor.removeEffects();
}
});
html.find('.conteneur-name a').click(async event => {