Skip to content

Commit

Permalink
And fix Teraform Zero
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWoblefet committed Jan 2, 2024
1 parent 691e9ca commit add2565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4835,6 +4835,7 @@ export const Abilities: {[abilityid: string]: AbilityData} = {
},
teraformzero: {
onAfterTerastallization(pokemon) {
if (pokemon.baseSpecies.name !== 'Terapagos-Stellar') return;
if (this.field.weather || this.field.terrain) {
this.add('-ability', pokemon, 'Teraform Zero');
this.field.clearWeather();
Expand Down

0 comments on commit add2565

Please sign in to comment.