Skip to content

Commit d083565

Browse files
fix attacksprite of deoxys attack form
1 parent f36ed40 commit d083565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/public/src/game/components/pokemon-animations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5580,7 +5580,7 @@ export const PokemonAnimations: {
55805580
attack: AnimationType.Shoot,
55815581
ability: AnimationType.SpAttack,
55825582
emote: AnimationType.Charge,
5583-
attackSprite: AttackSprite.PSYCHIC_MELEE,
5583+
attackSprite: AttackSprite.PSYCHIC_RANGE,
55845584
hitSprite: HitSprite.PSYCHIC_HIT
55855585
},
55865586
[Pkm.DEOXYS_SPEED]: {

0 commit comments

Comments
 (0)