mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Merge 76aabb235d into 26bcc2dddc
This commit is contained in:
commit
a1f40ead36
11 changed files with 104 additions and 60 deletions
|
|
@ -204,7 +204,7 @@ export default class DHActorRoll extends foundry.abstract.TypeDataModel {
|
|||
const oldRoll = damageData.parts[0]?.roll;
|
||||
return oldRoll ? JSON.stringify({
|
||||
...oldRoll,
|
||||
class: 'BaseRoll',
|
||||
class: 'DamageRoll',
|
||||
options: {
|
||||
...oldRoll.options,
|
||||
damageTypes: damageData.parts[0].damageTypes ?? []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue