Skip to content

Commit

Permalink
Fix missed instances of Snowscape rename
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Feb 26, 2025
1 parent 70def01 commit 73823ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/src/battle-tooltips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ export class BattleTooltips {
}
if (move.id === 'blizzard' && this.battle.gen >= 4) {
value.weatherModify(0, 'Hail');
value.weatherModify(0, 'Snow');
value.weatherModify(0, 'Snowscape');
}
if (['hurricane', 'thunder', 'bleakwindstorm', 'wildboltstorm', 'sandsearstorm'].includes(move.id)) {
value.weatherModify(0, 'Rain Dance');
Expand Down
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/style/battle.css
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ License: GPLv2
background: #E6E0AC url(../fx/weather-sandstorm.png) no-repeat scroll left top;
color: #554433;
}
.snowweather,
.snowscapeweather,
.hailweather {
background: #AADDEE url(../fx/weather-hail.png) no-repeat scroll left top;
color: #114455;
Expand Down

0 comments on commit 73823ab

Please sign in to comment.