mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Added migration
This commit is contained in:
parent
7384402023
commit
8e4ca52ab7
2 changed files with 20 additions and 4 deletions
|
|
@ -21,8 +21,7 @@ export default class DamageRoll extends DHRoll {
|
|||
await roll.roll.evaluate();
|
||||
config.damage.types[roll.applyTo] = {
|
||||
roll: roll.roll,
|
||||
damageTypes: roll.damageTypes ?? [],
|
||||
type: config.type
|
||||
damageTypes: roll.damageTypes ?? []
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue