Internalised ChatDamageData.prepareRolls to its own constructor

This commit is contained in:
WBHarry 2026-07-17 00:36:34 +02:00
parent f1599bf566
commit 124c4749db
3 changed files with 7 additions and 4 deletions

View file

@ -54,7 +54,6 @@ export default class DhParty extends BaseDataActor {
const member = this.tagTeam.members[memberKey];
member.damageRollData = member.rollData?.options.damage ?
ChatDamageData.fromJSON(JSON.stringify(member.rollData.options.damage)) : null;
member.damageRollData?.prepareRolls();
}
}