mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-24 17:19:33 -05:00
sidebar is updated for dragIn
This commit is contained in:
parent
4ca8b1121a
commit
001ea68fdd
|
|
@ -1629,6 +1629,7 @@ var Side = (function () {
|
|||
this.battle.statElem.append(this.getStatbarHTML(pokemon));
|
||||
pokemon.statbarElem = this.battle.statElem.children().last();
|
||||
this.updateStatbar(pokemon, true);
|
||||
pokemon.side.updateSidebar();
|
||||
if (this.battle.fastForward) {
|
||||
if (oldpokemon) {
|
||||
oldpokemon.statbarElem.remove();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user