Update src/data/battler-tags.ts

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
This commit is contained in:
NightKev 2024-10-10 09:50:00 -07:00 committed by GitHub
parent faa5a922a7
commit 201e5bdc07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -964,10 +964,6 @@ export class IngrainTag extends TrappedTag {
super(BattlerTagType.INGRAIN, BattlerTagLapseType.TURN_END, 1, Moves.INGRAIN, sourceId); super(BattlerTagType.INGRAIN, BattlerTagLapseType.TURN_END, 1, Moves.INGRAIN, sourceId);
} }
override onAdd(pokemon: Pokemon) {
super.onAdd(pokemon);
}
/** /**
* Check if the Ingrain tag can be added to the pokemon * Check if the Ingrain tag can be added to the pokemon
* @param pokemon {@linkcode Pokemon} The pokemon to check if the tag can be added to * @param pokemon {@linkcode Pokemon} The pokemon to check if the tag can be added to