mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-26 04:20:28 -05:00
Ban Legendary Pokémon from encounter slot randomization
rip clickbait thumbnails
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user