mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Ban HA Pumpkaboo/Gourgeist Small/Large
Co-Authored-By: Lusamine <lusamine@users.noreply.github.com>
This commit is contained in:
parent
1c2d9cf84c
commit
efc0a9bcc4
|
|
@ -328,6 +328,12 @@ public static partial class Legal
|
|||
(int)Species.Nickit, (int)Species.Thievul,
|
||||
(int)Species.Wooloo, (int)Species.Dubwool,
|
||||
(int)Species.Yamper, (int)Species.Boltund,
|
||||
|
||||
// Average & Super forms have hidden abilities available via raids.
|
||||
710 + (1 << 11), //Pumpkaboo-Small
|
||||
711 + (1 << 11), //Gourgeist-Small
|
||||
710 + (2 << 11), //Pumpkaboo-Large
|
||||
711 + (2 << 11), //Gourgeist-Large
|
||||
};
|
||||
|
||||
internal static readonly HashSet<int> Ban_NoHidden8Apricorn = new HashSet<int>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user