Update src/data/battler-tags.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Mumble 2024-10-07 07:08:21 -07:00 committed by GitHub
parent 1e031962c4
commit aad26952c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2608,8 +2608,7 @@ export class ImprisonTag extends MoveRestrictionBattlerTag {
/** /**
* Checks if the source of Imprison is still active * Checks if the source of Imprison is still active
* @override * @override
* @param _pokemon * @param pokemon The pokemon this tag is attached to
* @param _lapseType
* @returns `true` if the source is still active * @returns `true` if the source is still active
*/ */
public override lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean { public override lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean {