Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
HisuianZoroark committed Jan 5, 2024
1 parent 2ff3577 commit d849a4a
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 @@ -796,7 +796,7 @@ export const Abilities: {[k: string]: ModdedAbilityData} = {
const target = this.sample(possibleTargets);
const ability = target.getAbility();
if (pokemon.setAbility(ability)) {
this.add('-ability', pokemon, ability, '[from] ability: Trace', '[of] ' + target);
this.add('-ability', pokemon, ability, '[from] ability: Monke See Monke Do', '[of] ' + target);
}
},
flags: {failroleplay: 1, noreceiver: 1, noentrain: 1, notrace: 1},
Expand Down

0 comments on commit d849a4a

Please sign in to comment.