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:
Matilde Simões 2025-07-02 20:47:24 +01:00
parent c4c4fdfd21
commit 9dbe02de8b

View File

@ -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 {