Skip to content

Commit

Permalink
Fix domain of weapon infusion toggles (#15567)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jul 25, 2024
1 parent 455757a commit 1d00850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packs/feat-effects/effect-weapon-infusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"key": "ActiveEffectLike",
"mode": "override",
"path": "flags.pf2e.kineticist.elementalBlast.infusion",
"predicate": [
"self:effect:weapon-infusion"
],
"value": {
"damageTypes": [
"bludgeoning",
Expand Down
4 changes: 2 additions & 2 deletions packs/feats/weapon-infusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rules": [
{
"alwaysActive": true,
"domain": "all",
"domain": "elemental-blast",
"key": "RollOption",
"label": "PF2E.SpecificRule.WeaponInfusion.Melee",
"option": "weapon-infusion:melee",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
{
"alwaysActive": true,
"domain": "all",
"domain": "elemental-blast",
"key": "RollOption",
"label": "PF2E.SpecificRule.WeaponInfusion.Ranged",
"option": "weapon-infusion:ranged",
Expand Down

0 comments on commit 1d00850

Please sign in to comment.