HOTFIX: cheaper uproot 1 <-> rebound should be parents not dep
This commit is contained in:
parent
ba7a9768e3
commit
00b027a6e6
2 changed files with 3 additions and 3 deletions
|
@ -10080,8 +10080,8 @@ const atrees = {
|
|||
"display_name": "Cheaper Uproot I",
|
||||
"desc": "Reduce the Mana cost of Uproot.",
|
||||
"base_abil": "Uproot",
|
||||
"parents": ["Mask of the Lunatic"],
|
||||
"dependencies": ["Uproot", "Rebound"],
|
||||
"parents": ["Mask of the Lunatic", "Rebound"],
|
||||
"dependencies": ["Uproot"],
|
||||
"blockers": [],
|
||||
"cost": 1,
|
||||
"display": {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue