initiative bugfix
This commit is contained in:
		| @@ -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++) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user