Data fixes

This commit is contained in:
WBHarry 2025-07-03 10:37:33 +02:00
parent 502ac1cca5
commit ef2116db49
11 changed files with 183 additions and 136 deletions

View file

@ -338,7 +338,7 @@ export default class DhpActor extends Actor {
}
get rollClass() {
return CONFIG.Dice.daggerheart[this.type === 'character' ? 'DualityRoll' : 'D20Roll'];
return CONFIG.Dice.daggerheart[['character', 'companion'].includes(this.type) ? 'DualityRoll' : 'D20Roll'];
}
getRollData() {