Remove missed line in TSDocs

This commit is contained in:
NightKev 2025-07-12 23:26:14 -07:00
parent e1c999566e
commit 1f9eaf49c6

View File

@ -4902,7 +4902,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
doSetStatus(effect: Exclude<StatusEffect, StatusEffect.SLEEP>): void;
/**
* Set this Pokemon's {@linkcode status | non-volatile status condition} to the specified effect.
* Does **NOT** perform any feasibility checks whatsoever; must be checked by the caller.
* @param effect - {@linkcode StatusEffect.SLEEP}
* @param sleepTurnsRemaining - The number of turns to inflict sleep for; defaults to a random number between 2 and 4
* @remarks