Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Oct 25, 2024
1 parent 16fc6ec commit 233aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/src/battle-animations-moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36376,7 +36376,7 @@ export const BattleMoveAnims: AnimTable = {
scale: 3,
opacity: 0.2,
time: 200,
}, 'accel', 'fade', {filter: 'hue-rotate(150deg)'})
}, 'accel', 'fade', {filter: 'hue-rotate(150deg)'});
scene.showEffect('lightning', {
x: defender.x,
y: defender.y + 150,
Expand Down

0 comments on commit 233aa5c

Please sign in to comment.