mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Internalised ChatDamageData.prepareRolls to its own constructor
This commit is contained in:
parent
f1599bf566
commit
124c4749db
3 changed files with 7 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue