Skip to content

Commit

Permalink
Restore spell/healing domain in spells (#14207)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed Mar 14, 2024
1 parent d9a1095 commit 68988e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module/item/spell/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ class SpellPF2e<TParent extends ActorPF2e | null = ActorPF2e | null> extends Ite
const damageKinds = Array.from(this.damageKinds);
const domains = R.compact(
[
damageKinds,
damageKinds.map((k) => `spell-${k}`),
damageKinds.map((k) => `${this.id}-${k}`),
isAttack ? ["attack-damage", "attack-spell-damage"] : null,
Expand Down

0 comments on commit 68988e1

Please sign in to comment.