mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Make wings of light self-target (#1426)
This commit is contained in:
parent
9b4249b100
commit
e74ce7726a
1 changed files with 2 additions and 2 deletions
|
|
@ -69,12 +69,12 @@
|
|||
}
|
||||
],
|
||||
"target": {
|
||||
"type": "any",
|
||||
"type": "self",
|
||||
"amount": null
|
||||
},
|
||||
"name": "Spend Hope",
|
||||
"img": "icons/magic/light/projectile-beam-yellow.webp",
|
||||
"range": ""
|
||||
"range": "self"
|
||||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue