mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-04 00:48:09 +00:00
Update src/data/challenge.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2044a9902a
commit
b6994e9d61
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user