mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
fix trailing spaces
This commit is contained in:
parent
96a76cd8e2
commit
202632bd25
|
|
@ -1906,8 +1906,8 @@ export class BattleTooltips {
|
|||
factor = 1;
|
||||
break;
|
||||
}
|
||||
// Inverse replaces immunities with weaknesses. This has to
|
||||
// be coded here, else it won't calculate secondary type's
|
||||
// Inverse replaces immunities with weaknesses. This has to
|
||||
// be coded here, else it won't calculate secondary type's
|
||||
// effectiveness. It sets a resistance to be consistent with
|
||||
// the inversion done at the end.
|
||||
if (inverse) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user