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