We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc13771 commit 9390161Copy full SHA for 9390161
src/poke_env/battle/pokemon.py
@@ -989,7 +989,7 @@ def max_hp(self) -> int:
989
@property
990
def forme_change_ability(self) -> Optional[str]:
991
"""
992
- :return: The pokemon's mega ability. None if the pokemon is not mega evolved.
+ :return: The pokemon's ability after changing forme. None if the pokemon hasn't changed forme.
993
:rtype: str, optional
994
995
return self._forme_change_ability
0 commit comments