Update src/data/challenge.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Leo Kim 2024-09-21 02:05:35 +09:00 committed by GitHub
parent 2044a9902a
commit b6994e9d61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;