mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-10 18:25:38 -05:00
Fix Gravity's end animation.
This commit is contained in:
@@ -4544,6 +4544,7 @@ exports.BattleMovedex = {
|
||||
},
|
||||
onResidualOrder: 22,
|
||||
onEnd: function() {
|
||||
this.add('-fieldend', 'move: Gravity');
|
||||
this.add('-message', 'Gravity returned to normal! (placeholder)');
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user