Merge pull request #183 from Boden-C/patch-1
Fixed missing mage blockers
This commit is contained in:
commit
5c2122dd5a
2 changed files with 9 additions and 3 deletions
|
@ -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
Loading…
Reference in a new issue