removed onRemove

This commit is contained in:
frutescens 2024-10-10 19:11:47 -07:00
parent c1b10aac09
commit 6b2939ccdd

View File

@ -993,11 +993,6 @@ export class IngrainTag extends TrappedTag {
return ret;
}
override onRemove(pokemon: Pokemon) {
super.onRemove(pokemon);
pokemon.removeTag(BattlerTagType.IGNORE_FLYING);
}
getTrapMessage(pokemon: Pokemon): string {
return i18next.t("battlerTags:ingrainOnTrap", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) });
}