initiative bugfix

This commit is contained in:
2022-12-01 23:46:27 +01:00
parent ac96f3ca67
commit 593db9ba5b
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ export class BoLCombatManager extends Combat {
console.log(`${game.system.title} | Combat.rollInitiative()`, ids, formula, messageOptions);
// Structure input data
ids = typeof ids === "string" ? [ids] : ids;
const currentId = this.combatant.id;
//const currentId = this.combatant.id;
// calculate initiative
for (let cId = 0; cId < ids.length; cId++) {