mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 06:52:16 +02:00
Fixed minor issue on applyAddPokemonToParty.
Signed-off-by: Matilde Simões <matilde.simoes@tecnico.ulisboa.pt> Co-authored-by: Fuad Ali <fuad.ali@tecnico.ulisboa.pt>
This commit is contained in:
parent
c4c4fdfd21
commit
9dbe02de8b
@ -1103,8 +1103,8 @@ export class LimitedCatchChallenge extends Challenge {
|
||||
canAddToParty.value = false;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
static override loadChallenge(source: LimitedCatchChallenge | any): LimitedCatchChallenge {
|
||||
|
Loading…
Reference in New Issue
Block a user