From badce42d89d69eed462c981fc8ad7feb3d39bf4a Mon Sep 17 00:00:00 2001 From: Jakub Hanko <60473007+JakubHanko@users.noreply.github.com> Date: Sun, 19 May 2024 21:25:20 +0200 Subject: [PATCH] Add doc of return value of tag lapse --- src/data/battler-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index fa2baf69d86..62a0c30a3ac 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -271,7 +271,7 @@ export class DestinyBondTag extends BattlerTag { * * @param {Pokemon} pokemon Pokemon that is attacking the Destiny Bond user. * @param {BattlerTagLapseType} lapseType CUSTOM or PRE_MOVE - * @returns + * @returns false if the tag source fainted or one turn has passed since the application */ lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean { if (lapseType !== BattlerTagLapseType.CUSTOM) {