From 201e5bdc07616e148ee33f0bc6469d5ca5198595 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:50:00 -0700 Subject: [PATCH] Update src/data/battler-tags.ts Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com> --- src/data/battler-tags.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 868f05dad80..cc178d1dc04 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -964,10 +964,6 @@ export class IngrainTag extends TrappedTag { 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 * @param pokemon {@linkcode Pokemon} The pokemon to check if the tag can be added to