[Bug] [Beta] Fix trick room message (#6327)

Fix trick room's arena tag message
This commit is contained in:
Sirz Benjie 2025-08-22 09:46:50 -05:00 committed by GitHub
parent 6992a91819
commit 01cd11e731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1205,7 +1205,7 @@ export class TrickRoomTag extends RoomArenaTag {
globalScene.phaseManager.queueMessage(
i18next.t("arenaTag:trickRoomOnAdd", {
moveName: this.getMoveName(),
pokemonNameWithAffix: getPokemonNameWithAffix(source),
}),
);
}