Merge pull request #183 from Boden-C/patch-1

Fixed missing mage blockers
This commit is contained in:
hppeng-wynn 2022-08-01 20:39:33 -07:00 committed by GitHub
commit 5c2122dd5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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