[Beta][P3 Bug] Fix typo in autotomize add message (#4404)

`pokemonNameWIthAffix` -> `pokemonNameWithAffix`
This commit is contained in:
Tempoanon 2024-09-24 11:45:29 -04:00 committed by Lance Xing
parent 79ae9ac2d6
commit 1b745a0abb

View File

@ -74,5 +74,5 @@
"substituteOnAdd": "{{pokemonNameWithAffix}} put in a substitute!",
"substituteOnHit": "The substitute took damage for {{pokemonNameWithAffix}}!",
"substituteOnRemove": "{{pokemonNameWithAffix}}'s substitute faded!",
"autotomizeOnAdd": "{{pokemonNameWIthAffix}} became nimble!"
"autotomizeOnAdd": "{{pokemonNameWithAffix}} became nimble!"
}