Fix Eye Piercer effect going under Heal instead of TP
This commit is contained in:
parent
94f0866c35
commit
ccd8cecc92
2 changed files with 2 additions and 2 deletions
|
@ -4735,7 +4735,7 @@ const atrees = {
|
||||||
{
|
{
|
||||||
"display_name": "Eye Piercer",
|
"display_name": "Eye Piercer",
|
||||||
"desc": "Teleport will blind enemies, confusing them for a short amount of time.",
|
"desc": "Teleport will blind enemies, confusing them for a short amount of time.",
|
||||||
"base_abil": "Heal",
|
"base_abil": "Teleport",
|
||||||
"parents": ["Cheaper Heal"],
|
"parents": ["Cheaper Heal"],
|
||||||
"dependencies": ["Teleport"],
|
"dependencies": ["Teleport"],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue