mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Merge 2caba4a22c into 530765fc12
This commit is contained in:
commit
9998797d48
|
|
@ -1922,10 +1922,10 @@ export class BattleTooltips {
|
|||
if (this.battle.hasPseudoWeather('Psychic Terrain') && target.isGrounded() && priority > 0) {
|
||||
otherFactor = 0;
|
||||
}
|
||||
if (this.battle.weather === 'primordialsea' && attackType === 'Fire') {
|
||||
if (this.battle.weather === 'primordialsea' && attackType === 'Fire' && move.category !== 'Status') {
|
||||
otherFactor = 0;
|
||||
}
|
||||
if (this.battle.weather === 'desolateland' && attackType === 'Water') {
|
||||
if (this.battle.weather === 'desolateland' && attackType === 'Water' && move.category !== 'Status') {
|
||||
otherFactor = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user