HOTFIX: Depersonalization should target Uproot, not Masquerade

This commit is contained in:
hppeng 2022-08-11 04:13:44 -07:00
parent 00b027a6e6
commit 8e903198a0
2 changed files with 3 additions and 3 deletions

View file

@ -10680,13 +10680,13 @@ const atrees = {
"bonuses": [ "bonuses": [
{ {
"type": "prop", "type": "prop",
"abil": "Masquerade", "abil": "Uproot",
"name": "switch_count", "name": "switch_count",
"value": -1 "value": -1
}, },
{ {
"type": "prop", "type": "prop",
"abil": "Masquerade", "abil": "Uproot",
"name": "mana_gain", "name": "mana_gain",
"value": -10 "value": -10
} }

File diff suppressed because one or more lines are too long