Fix bugs revolving around fortitude link

and match ingame behavior for now
This commit is contained in:
hppeng 2022-07-18 19:46:44 -07:00
parent 8ac6f62206
commit 930aef1766
2 changed files with 4 additions and 3 deletions

View file

@ -4815,7 +4815,7 @@ const atrees = {
"display_name": "Cheaper Ice Snake",
"desc": "Reduce the Mana cost of Ice Snake.",
"base_abil": "Ice Snake",
"parents": ["Eye Piercer"],
"parents": ["Eye Piercer", "Fortitude"],
"dependencies": [],
"blockers": [],
"cost": 1,
@ -4831,7 +4831,8 @@ const atrees = {
"display_name": "Cheaper Teleport II",
"desc": "Reduce the Mana cost of Teleport.",
"base_abil": "Teleport",
"parents": ["Purification", "Fortitude"],
"parents": ["Purification"],
"_parents": ["Purification", "Fortitude"],
"dependencies": [],
"blockers": [],
"cost": 1,

File diff suppressed because one or more lines are too long