mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-27 19:23:33 -05:00
Update rarespawn restrictions for birds
This commit is contained in:
parent
3e711acd05
commit
7bd3bfc52e
|
|
@ -157,8 +157,8 @@ private static void ManuallyAddRareSpawns(IEnumerable<EncounterArea> areas)
|
|||
{
|
||||
Area = table,
|
||||
Species = z,
|
||||
LevelMin = (z == 006 || z == 149) ? 03 : first.LevelMin,
|
||||
LevelMax = (z == 006 || z == 149) ? 56 : first.LevelMax,
|
||||
LevelMin = (z == 006 || z >= 144) ? 03 : first.LevelMin,
|
||||
LevelMax = (z == 006 || z >= 144) ? 56 : first.LevelMax,
|
||||
}).ToArray();
|
||||
|
||||
int count = slots.Length;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user