From d94f46d4cf366edb1dc1d902ca5c16d4226e3b96 Mon Sep 17 00:00:00 2001 From: frutescens Date: Fri, 27 Sep 2024 16:07:53 -0700 Subject: [PATCH] Removed obsolete comment --- src/data/battler-tags.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 22abf5869f4..a3edb1349e8 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2601,7 +2601,6 @@ export class SyrupBombTag extends BattlerTag { /** * Adds the Syrup Bomb battler tag to the target Pokemon. - * In addition, this also contains a check for a pre-existing Syrup Bomb tag on the target Pokemon to determine whether the tag should be applied or not * @param {Pokemon} pokemon the target Pokemon */ override onAdd(pokemon: Pokemon) {