#52 Travaux en progres....

This commit is contained in:
2020-12-12 23:31:19 +01:00
parent be825ffa8a
commit 808cd7296d
11 changed files with 131 additions and 20 deletions

View File

@ -1414,6 +1414,7 @@ export class RdDActor extends Actor {
dialog.render(true);
}
/* -------------------------------------------- */
async _rollCaracResult(rollData) {
let rolled = rollData.rolled;
@ -1515,9 +1516,9 @@ export class RdDActor extends Actor {
}
/* -------------------------------------------- */
astrologieNombresAstraux( ) {
async astrologieNombresAstraux( ) {
// Afficher l'interface spéciale
const myDialog = RdDAstrologieJoueur.create( this, {} );
const myDialog = await RdDAstrologieJoueur.create( this, {} );
myDialog.render(true);
}