#52 Travaux en progres....
This commit is contained in:
@ -103,9 +103,9 @@ export class RdDResolutionTable {
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async roll(caracValue, finalLevel, bonus = undefined ) {
|
||||
static async roll(caracValue, finalLevel, bonus = undefined, showDice = true ) {
|
||||
let chances = this.computeChances(caracValue, finalLevel);
|
||||
chances.showDice = true;
|
||||
chances.showDice = showDice;
|
||||
this.updateChancesWithBonus( chances, bonus);
|
||||
let rolled = await this.rollChances(chances);
|
||||
rolled.caracValue = caracValue;
|
||||
|
Reference in New Issue
Block a user