Skip to content

Commit 10bcdc5

Browse files
add is_legendary/is_mythical attrs to PokemonSpeciesResource
1 parent 0af05b9 commit 10bcdc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pokepy/resources_v2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,6 +2113,8 @@ class Meta(BaseResource.Meta):
21132113
'capture_rate',
21142114
'base_happiness',
21152115
'is_baby',
2116+
'is_legendary',
2117+
'is_mythical',
21162118
'hatch_counter',
21172119
'has_gender_differences',
21182120
'forms_switchable',

0 commit comments

Comments
 (0)