This commit is contained in:
WBHarry 2026-04-20 20:54:57 +02:00
parent 60e38e5705
commit 59481d0d77
9 changed files with 52 additions and 21 deletions

View file

@ -766,8 +766,8 @@ export default class DhCharacter extends DhCreature {
}
});
break;
case 'comboStrikes':
this.rules.roll.comboDieIndex += 1;
case 'dice':
this.rules.roll[selection.subType] += 1;
break;
}
}