mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +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;
|
canAddToParty.value = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static override loadChallenge(source: LimitedCatchChallenge | any): LimitedCatchChallenge {
|
static override loadChallenge(source: LimitedCatchChallenge | any): LimitedCatchChallenge {
|
||||||
|
Loading…
Reference in New Issue
Block a user