mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Fix Lilligant-Hisui and Diancie's tiers
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
This commit is contained in:
parent
6dc97b208c
commit
03cf977b12
|
|
@ -3135,7 +3135,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable =
|
|||
natDexTier: "RU",
|
||||
},
|
||||
lilliganthisui: {
|
||||
tier: "NU",
|
||||
tier: "RU",
|
||||
doublesTier: "(DUU)",
|
||||
natDexTier: "RUBL",
|
||||
},
|
||||
|
|
@ -4037,7 +4037,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable =
|
|||
natDexTier: "Uber",
|
||||
},
|
||||
diancie: {
|
||||
tier: "NU",
|
||||
tier: "RU",
|
||||
doublesTier: "DOU",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user