Ajout comp libres
All checks were successful
Release Creation / build (release) Successful in 1m13s

This commit is contained in:
2025-02-25 21:29:52 +01:00
parent caedcf5e21
commit c24f4fe502
52 changed files with 172 additions and 140 deletions

View File

@@ -5,7 +5,7 @@ export class TeDeumCombat extends Combat {
/* -------------------------------------------- */
async rollInitiative(ids, formula = undefined, messageOptions = {} ) {
console.log("Roll INIT !")
//console.log("Roll INIT !")
ids = typeof ids === "string" ? [ids] : ids;
for (let cId of ids) {
const c = this.combatants.get(cId);