mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Support natures in lookup.
This commit is contained in:
parent
78bff787f6
commit
55dd46fae7
2 changed files with 2 additions and 0 deletions
pokedex
|
@ -60,6 +60,7 @@ class PokedexLookup(object):
|
|||
tables.Item,
|
||||
tables.Location,
|
||||
tables.Move,
|
||||
tables.Nature,
|
||||
tables.Pokemon,
|
||||
tables.Type,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue