Convert isReversed to prepared data and add label

This commit is contained in:
Carlos Fernandez 2026-03-10 03:08:12 -04:00
parent 007d1bc055
commit 6165e3f097
6 changed files with 22 additions and 21 deletions

View file

@ -187,6 +187,7 @@ export default class DhpAdversary extends DhCreature {
}
prepareDerivedData() {
super.prepareDerivedData();
this.attack.roll.isStandardAttack = true;
}