mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-22 09:04:50 -05:00
Show messages for Tera Shift (#9967)
This commit is contained in:
@@ -4695,6 +4695,7 @@ export const Abilities: {[abilityid: string]: AbilityData} = {
|
||||
onPreStart(pokemon) {
|
||||
if (pokemon.baseSpecies.baseSpecies !== 'Terapagos' || pokemon.transformed) return;
|
||||
if (pokemon.species.forme !== 'Terastal') {
|
||||
this.add('-activate', pokemon, 'ability: Tera Shift');
|
||||
pokemon.formeChange('Terapagos-Terastal', this.effect, true);
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1939,6 +1939,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
||||
terashift: {
|
||||
name: "Tera Shift",
|
||||
shortDesc: "If Terapagos, this Pokemon transforms into its Terastal forme.",
|
||||
|
||||
transform: "[POKEMON] transformed!",
|
||||
},
|
||||
teravolt: {
|
||||
name: "Teravolt",
|
||||
|
||||
Reference in New Issue
Block a user