Skip to content

Commit

Permalink
Update data/mods/gen9ssb/abilities.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HisuianZoroark authored Feb 21, 2024
1 parent 02646c9 commit 237dc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/gen9ssb/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ export const Abilities: {[k: string]: ModdedAbilityData} = {
const details = target.species.name + (target.level === 100 ? '' : ', L' + target.level) +
(target.gender === '' ? '' : ', ' + target.gender) + (target.set.shiny ? ', shiny' : '');
target.details = details;
this.add('replace', target, details);
this.add('detailschange', target, details);
}
}
},
Expand Down

0 comments on commit 237dc53

Please sign in to comment.