Fix carac roll

This commit is contained in:
2024-10-10 23:17:55 +02:00
parent 080d05d2cd
commit 814266e649
3 changed files with 4 additions and 3 deletions

View File

@ -301,6 +301,7 @@ export class RdDBaseActorReve extends RdDBaseActor {
}
RdDEmpoignade.checkEmpoignadeEnCours(this)
let selectedCarac = this.getCaracByName(caracName)
console.log("selectedCarac", selectedCarac)
await this.openRollDialog({
name: 'jet-' + caracName,
label: 'Jet ' + Grammar.apostrophe('de', selectedCarac.label),