mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 14:00:21 +00:00
parent
7759596ffd
commit
a45215b00d
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ public static class SpeciesCategory
|
||||||
/// Checks if the <see cref="species"/> is a Paradox Pokémon.
|
/// Checks if the <see cref="species"/> is a Paradox Pokémon.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static bool IsParadox(ushort species) => species is (>= (int)GreatTusk and <= (int)IronThorns)
|
public static bool IsParadox(ushort species) => species is (>= (int)GreatTusk and <= (int)IronThorns)
|
||||||
|
or (int)WalkingWake or (int)IronLeaves
|
||||||
or (int)RoaringMoon or (int)IronValiant
|
or (int)RoaringMoon or (int)IronValiant
|
||||||
or (int)GougingFire or (int)RagingBolt or (int)IronBoulder or (int)IronCrown;
|
or (int)GougingFire or (int)RagingBolt or (int)IronBoulder or (int)IronCrown;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue