Empoignade V2

This commit is contained in:
2025-10-21 02:26:44 +02:00
parent 147e49f2cb
commit 0f3d1e708d
23 changed files with 250 additions and 37 deletions

View File

@@ -56,6 +56,12 @@ export class RdDCombatManager extends Combat {
}
}
static getCombatant(actorId, tokenId) {
return game.combat.combatants.find(it => it.actor.id == actorId &&
it.token.id == tokenId
);
}
/* -------------------------------------------- */
async nextRound() {
await this.finDeRound();