mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
Merge branch 'main' into rework/damage-and-damage-resource-split
This commit is contained in:
commit
cb917b2dc9
46 changed files with 775 additions and 466 deletions
|
|
@ -15,7 +15,7 @@ export class Migration_2_5_2 extends MigrationHandlerBase {
|
|||
const srdEffect = srdItem?.effects.find(x => x.name === effectSource.name);
|
||||
if (change.type === 'custom') {
|
||||
const srdChange = srdEffect ? srdEffect.system.changes[i] : null;
|
||||
if (
|
||||
if (srdChange &&
|
||||
change.key === srdChange.key &&
|
||||
change.value === srdChange.value &&
|
||||
change.type !== srdChange.type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue