Skip to content

Commit

Permalink
Nature Swap: Remove unnecessary text from switch-in effect tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Jan 11, 2025
1 parent 5778f3b commit 66792c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 66792c9

Please sign in to comment.