mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-27 21:48:31 -05:00
Fix Energy Ball
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user