Skip to content

Commit

Permalink
[CAP] It is really funny that sometimes the source and the target are…
Browse files Browse the repository at this point in the history
… flipped it is really really cool and funny thanks
  • Loading branch information
MrSableye committed Apr 23, 2024
1 parent 13992cd commit fcf6389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23297,7 +23297,7 @@ export const Moves: {[moveid: string]: MoveData} = {
flags: {mirror: 1},
breaksProtect: true,
infiltrates: true,
onTryHit(source, target, move) {
onTryHit(target, source, move) {
if (target.hp * 2 > target.maxhp) return false;
move.ohko = true;
},
Expand Down

0 comments on commit fcf6389

Please sign in to comment.