Gravity interrupts Fly's animation

This commit is contained in:
Guangcong Luo
2013-03-05 11:19:13 -08:00
parent 136ff4cb71
commit 2b5a817dec

View File

@@ -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] + "!";