Skip to content

Commit

Permalink
Put bite flag on RSB sig move
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Apr 28, 2024
1 parent 502d1c0 commit bdbb25f
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 @@ -4353,7 +4353,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
shortDesc: "First turn only. Steals boosts and screens.",
pp: 5,
priority: 2,
flags: {contact: 1, protect: 1, mirror: 1},
flags: {contact: 1, protect: 1, mirror: 1, bite: 1},
onTry(source) {
if (source.activeMoveActions > 1) {
this.hint("Confiscate only works on your first turn out.");
Expand Down

0 comments on commit bdbb25f

Please sign in to comment.