Gods, screen and bugfixes

This commit is contained in:
2022-02-20 10:12:25 +01:00
parent 83188e6aae
commit f63692b6b5
28 changed files with 62 additions and 17 deletions

View File

@ -25,7 +25,8 @@ export class BoLCombatManager extends Combat {
const combatant = this.combatants.get(ids[cId]);
let fvttInit = 5
if (combatant.actor.type == 'character') {
let initData = combatant.actor.getLastInitData();
let initData = combatant.actor.getLastInitData()
console.log("Init data !!!", initData)
if (initData.isLegendary) {
fvttInit = 10
} else if (initData.isCritical) {