mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-22 19:11:12 -05:00
Merge 473610f746 into a93cc164c4
This commit is contained in:
@@ -610,6 +610,7 @@ export class BattleTooltips {
|
||||
});
|
||||
categoryDiff = false;
|
||||
}
|
||||
[moveType, category] = this.getMoveType(move, value, gmaxMove);
|
||||
} else if (isZOrMax === 'maxmove') {
|
||||
if (move.category === 'Status') {
|
||||
move = this.battle.dex.moves.get('Max Guard');
|
||||
|
||||
Reference in New Issue
Block a user