Add FLIP_STAT to enum ChallengeType

This commit is contained in:
Scooom 2025-01-06 17:58:12 -06:00
parent e9faa149c8
commit 927b465695

View File

@ -84,6 +84,11 @@ export enum ChallengeType {
* Modifies what weight AI pokemon have when generating movesets. UNIMPLEMENTED.
*/
MOVE_WEIGHT,
/**
* Modifies what the pokemon stats for Flip Stat Mode.
*/
FLIP_STAT,
}
/**