Skip to content

Commit

Permalink
Importer: Fix Terapagos abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Aug 5, 2024
1 parent 3f454d0 commit a6b8687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import/src/set-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ function similarFormes(
break;
case 'Terapagos':
similar.formes = ['Terapagos-Stellar', 'Terapagos-Terastal'] as SpeciesName[];
similar.abilityChange = true;
break;
case 'Sirfetch\'d':
similar.formes = ['Sirfetch’d'] as SpeciesName[];
Expand Down

0 comments on commit a6b8687

Please sign in to comment.