Sync effetcts + initiative
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user