Skip to content

Commit

Permalink
Update moves.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorGallade committed Feb 22, 2024
1 parent f6fc246 commit 82083e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/gen9ssb/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
name: "Insert boar pun here",
pp: 20,
priority: 0,
flags: {contact: 1},
flags: {protect: 1, contact: 1},
onTryMove() {
this.attrLastMove('[still]');
},
Expand Down

0 comments on commit 82083e9

Please sign in to comment.