Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HisuianZoroark committed Feb 16, 2024
1 parent d09ad35 commit 9371db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/gen9ssb/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ export const Moves: {[k: string]: ModdedMoveData} = {
onPrepareHit(target, source) {
this.add('-anim', source, 'Water Spout', target);
this.add('-anim', source, 'Confuse Ray', target);
},
},
volatileStatus: 'torisstori',
condition: {
duration: 5,
durationCallback(target, source) {
if (source?.hasItem('gripclaw')) return 8;
return this.random(5, 6);
return this.random(5, 6);
},
onStart(target) {
this.add('-start', target, 'Tori\'s Stori');
Expand Down

0 comments on commit 9371db6

Please sign in to comment.