#24 Ajout d'action pour dormir 1h

This commit is contained in:
2020-11-16 04:32:42 +01:00
parent d3e48d6e5b
commit 351e848496
5 changed files with 124 additions and 12 deletions

View File

@ -66,7 +66,7 @@ export class RdDRollDialog extends Dialog {
let rollLevel = RdDRollDialog._computeFinalLevel(rollData);
rollData.finalLevel = rollLevel;
rollData.rollTarget = RdDResolutionTable.computeChances(rollData.selectedCarac.value, rollData.finalLevel);
rollData.carac = rollData.selectedCarac.value
// Sort management
if ( rollData.selectedSort ) {