From 66792c9b417b85e9bf8dd11932318389913577d6 Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Sat, 11 Jan 2025 12:41:08 -0700 Subject: [PATCH] Nature Swap: Remove unnecessary text from switch-in effect tag --- config/formats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.ts b/config/formats.ts index 1949056f772b..2151d77c6432 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -506,7 +506,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [ 'Baton Pass', 'Last Respects', 'Shed Tail', ], onSwitchIn(pokemon) { - this.add('-start', pokemon, pokemon.getNature().name + ' Nature', '[silent]'); + this.add('-start', pokemon, pokemon.getNature().name, '[silent]'); }, battle: { spreadModify(baseStats, set) {