Sync effetcts + initiative

This commit is contained in:
2022-01-28 18:15:28 +01:00
parent 44131734bd
commit c302163bef
7 changed files with 57 additions and 38 deletions

View File

@ -121,7 +121,7 @@ export class PegasusRollDialog extends Dialog {
let weapon = this.rollData.weaponsList[weaponIdx]
if (weapon) {
weapon.applied = toggled
if (weapon.type == 'damage' ) {
if (weapon.type == 'damage' || weapon.type == 'enhanced' ) {
if (toggled) {
this.rollData.otherDicesLevel += Number(weapon.value)
} else {