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) {