From 562029fa1732ad469dcccb6c9d3e00a164340807 Mon Sep 17 00:00:00 2001 From: sora10pls <17801814+sora10pls@users.noreply.github.com> Date: Tue, 22 Feb 2022 22:56:49 -0500 Subject: [PATCH] =?UTF-8?q?Ban=20Legendary=20Pok=C3=A9mon=20from=20encount?= =?UTF-8?q?er=20slot=20randomization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rip clickbait thumbnails --- pkNX.WinForms/Subforms/AreaEditor8a.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/pkNX.WinForms/Subforms/AreaEditor8a.cs b/pkNX.WinForms/Subforms/AreaEditor8a.cs index eea719da..a564939d 100644 --- a/pkNX.WinForms/Subforms/AreaEditor8a.cs +++ b/pkNX.WinForms/Subforms/AreaEditor8a.cs @@ -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