mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add warrior skills to the lookup.
This commit is contained in:
parent
3c76c08042
commit
ec5b138162
1 changed files with 4 additions and 2 deletions
|
@ -88,7 +88,8 @@ _table_order = dict(
|
|||
locations=6,
|
||||
natures=7,
|
||||
conquest_warriors=8,
|
||||
conquest_kingdoms=9,
|
||||
conquest_warrior_skills=9,
|
||||
conquest_kingdoms=10,
|
||||
)
|
||||
def _table_facet_impl(searcher, docnum):
|
||||
u"""Implements a sort that puts different "types" of results in a
|
||||
|
@ -120,7 +121,8 @@ class PokedexLookup(object):
|
|||
tables.Type,
|
||||
|
||||
tables.ConquestKingdom,
|
||||
tables.ConquestWarrior
|
||||
tables.ConquestWarrior,
|
||||
tables.ConquestWarriorSkill,
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue