Fixed missing mage blockers

Fixed missing mage blockers
This commit is contained in:
Boden-C 2022-07-31 21:44:11 -05:00
parent 3cb16d62ba
commit f2138ad66c
2 changed files with 9 additions and 3 deletions

View file

@ -5242,7 +5242,9 @@ const atrees = {
"Teleport"
],
"dependencies": [],
"blockers": [],
"blockers": [
"Wisdom"
],
"cost": 1,
"display": {
"row": 6,
@ -5594,7 +5596,11 @@ const atrees = {
"Burning Sigil"
],
"dependencies": [],
"blockers": [],
"blockers": [
"Sunshower",
"Larger Heal",
"Orphion's Pulse"
],
"cost": 2,
"display": {
"row": 15,

File diff suppressed because one or more lines are too long