fixed cheaper tp 2 to actually be for tp

This commit is contained in:
aspiepuppy 2022-07-10 12:07:13 -05:00
parent fb65dbccbd
commit ebe64dc395
2 changed files with 2 additions and 2 deletions

View file

@ -4826,7 +4826,7 @@ const atrees = {
"effects": [ "effects": [
{ {
"type": "add_spell_prop", "type": "add_spell_prop",
"base_spell": 4, "base_spell": 2,
"cost": -5 "cost": -5
} }
] ]

File diff suppressed because one or more lines are too long