mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 15:19:17 -05:00
Terseness
This commit is contained in:
parent
5b18bc2152
commit
463aae3d67
|
|
@ -1483,7 +1483,7 @@ export class BattleTooltips {
|
|||
if (typeof ppUsed === 'number') {
|
||||
return `${bullet} ${move.name} <small>(${maxpp - ppUsed}/${maxpp})</small>`;
|
||||
} else {
|
||||
return `${bullet} ${move.name} <small>(between ${maxpp - ppUsed[0]}/${maxpp} and ${maxpp - ppUsed[1]}/${maxpp})</small>`;
|
||||
return `${bullet} ${move.name} <small>(${maxpp - ppUsed[0]}/${maxpp} to ${maxpp - ppUsed[1]}/${maxpp})</small>`;
|
||||
}
|
||||
}
|
||||
return `${bullet} ${move.name} ${showKnown ? ' <small>(revealed)</small>' : ''}`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user