Add fight options

This commit is contained in:
2022-03-10 21:39:12 +01:00
parent 02b3dd5e0f
commit 1a69116c06
3 changed files with 13 additions and 2 deletions

View File

@ -55,7 +55,7 @@ export class BoLCombatManager extends Combat {
let combatants = this.combatants.contents
for (let c of combatants) {
let actor = game.actors.get( c.data.actorId )
//actor.clearRoundModifiers()
actor.clearRoundModifiers()
}
super.nextRound()
}