Ban Legendary Pokémon from encounter slot randomization

rip clickbait thumbnails
This commit is contained in:
sora10pls
2022-02-22 22:56:49 -05:00
parent 47d4c4d528
commit 562029fa17

View File

@@ -94,6 +94,7 @@ private void RandomizeArea(ResidentArea8a area, SpeciesSettings settings)
}
}
settings.Legends = false; // Legendary encounter slot conditions require you to not have captured the Legendary in order to encounter them; ban altogether.
rand.Initialize(settings, banned.ToArray());
var formRand = pt.Table