problemsolver19
Results
2
comments of
problemsolver19
Is this because tera type is determined upon viewing a pokemon on the showdown server, or a problem with poke-env?
I have a hacky solution just add this to update_from_request function in pokemon.py def update_from_request(self, request_pokemon: Dict[str, Any]): self._active = request_pokemon["active"] if request_pokemon == self._last_request: return if "ability" in request_pokemon:...