Ban HA Pumpkaboo/Gourgeist Small/Large

Co-Authored-By: Lusamine <lusamine@users.noreply.github.com>
This commit is contained in:
Kurt 2020-03-11 17:38:01 -07:00
parent 1c2d9cf84c
commit efc0a9bcc4

View File

@ -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>