Skip to content

Commit

Permalink
Support Tera Shift message (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 authored Dec 16, 2023
1 parent 79970ed commit 2432c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions play.pokemonshowdown.com/src/battle-text-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ class BattleTextParser {
case 'minior': id = 'shieldsdown'; templateName = 'transformEnd'; break;
case 'eiscuenoice': id = 'iceface'; break;
case 'eiscue': id = 'iceface'; templateName = 'transformEnd'; break;
case 'terapagosterastal': id = 'terashift'; break;
}
} else if (newSpecies) {
id = 'transform';
Expand Down

0 comments on commit 2432c6a

Please sign in to comment.