mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-18 05:19:29 +02:00
Update src/data/challenge.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
1734854bd8
commit
fae46ecc48
@ -714,18 +714,6 @@ export class FlipStatChallenge extends Challenge {
|
|||||||
super(Challenges.FLIP_STAT, 1);
|
super(Challenges.FLIP_STAT, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
applyStarterChoice(pokemon: PokemonSpecies, valid: Utils.BooleanHolder): boolean {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
applyStarterCost(species: Species, cost: Utils.NumberHolder): boolean {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
override getDifficulty(): number {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static loadChallenge(source: FlipStatChallenge | any): FlipStatChallenge {
|
static loadChallenge(source: FlipStatChallenge | any): FlipStatChallenge {
|
||||||
const newChallenge = new FlipStatChallenge();
|
const newChallenge = new FlipStatChallenge();
|
||||||
|
Loading…
Reference in New Issue
Block a user