mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-24 12:01:57 -05:00
Gravity interrupts Fly's animation
This commit is contained in:
@@ -3685,6 +3685,7 @@ function Battle(frame, logFrame, noPreload) {
|
||||
actions += "" + poke.getName() + " couldn't stay airborne because of gravity!";
|
||||
poke.removeVolatile('magnetrise');
|
||||
poke.removeVolatile('telekinesis');
|
||||
poke.sprite.anim({time:100});
|
||||
break;
|
||||
case 'magnitude':
|
||||
actions += "Magnitude " + args[3] + "!";
|
||||
|
||||
Reference in New Issue
Block a user