mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 07:25:09 -05:00
Ban HA Pumpkaboo/Gourgeist Small/Large
Co-Authored-By: Lusamine <lusamine@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user