From b6994e9d618a6edee628f794dc26f811f50a86c4 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Sat, 21 Sep 2024 02:05:35 +0900 Subject: [PATCH] Update src/data/challenge.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/challenge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/challenge.ts b/src/data/challenge.ts index b9fd584a490..427cdf8e244 100644 --- a/src/data/challenge.ts +++ b/src/data/challenge.ts @@ -347,7 +347,7 @@ export abstract class Challenge { /** * An apply function for TRICK_ROOM challenges. Derived classes should alter this. * @param isTrickRoom {@link Utils.BooleanHolder} Whether the battle is under the effect of Trick Room. - * @returns {@link boolean} Whether this function did anything. + * @returns `true` if this function did anything. */ applyTrickRoom(isTrickRoom: Utils.BooleanHolder): boolean { return false;