projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support natures in lookup.
[zzz-pokedex.git]
/
pokedex
/
lookup.py
diff --git
a/pokedex/lookup.py
b/pokedex/lookup.py
index
d9b46cd
..
9e2ead6
100644
(file)
--- a/
pokedex/lookup.py
+++ b/
pokedex/lookup.py
@@
-60,6
+60,7
@@
class PokedexLookup(object):
tables.Item,
tables.Location,
tables.Move,
+ tables.Nature,
tables.Pokemon,
tables.Type,
)