Sync effetcts + initiative

This commit is contained in:
2022-01-28 11:41:19 +01:00
parent 68d7344e90
commit c9261a713a
12 changed files with 34 additions and 102 deletions

View File

@ -131,6 +131,8 @@ export class PegasusRollDialog extends Dialog {
if ( spec) {
this.rollData.specDiceLevel = spec.data.level
$('#specDicesLevel').val(this.rollData.specDiceLevel)
} else {
$('#specDicesLevel').val(0)
}
});
html.find('#statDicesLevel').change((event) => {