mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-26 10:41:38 -05:00
Fix Energy Ball
This commit is contained in:
parent
4c17fa7084
commit
beb09a6d87
|
|
@ -8332,7 +8332,7 @@ var BattleMoveAnims = {
|
|||
var attacker = args[0];
|
||||
var defender = args[1];
|
||||
|
||||
battle.showEffect('energyballf', {
|
||||
battle.showEffect('energyball', {
|
||||
x: attacker.x,
|
||||
y: attacker.y,
|
||||
z: attacker.z,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user