Fix Eye Piercer effect going under Heal instead of TP

This commit is contained in:
hppeng 2022-07-11 07:45:38 -07:00
parent 94f0866c35
commit ccd8cecc92
2 changed files with 2 additions and 2 deletions

View file

@ -4735,7 +4735,7 @@ const atrees = {
{
"display_name": "Eye Piercer",
"desc": "Teleport will blind enemies, confusing them for a short amount of time.",
"base_abil": "Heal",
"base_abil": "Teleport",
"parents": ["Cheaper Heal"],
"dependencies": ["Teleport"],
"blockers": [],

File diff suppressed because one or more lines are too long