From c3d5266b8920694759e09f82fc973dea29bb5e12 Mon Sep 17 00:00:00 2001 From: sora10pls Date: Sat, 23 Dec 2017 18:28:00 -0500 Subject: [PATCH] Add XY gift Lapras ability check --- PKHeX.Core/Legality/Encounters/Data/Encounters6.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs index db9c0ef84..a30aa1160 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs @@ -203,7 +203,7 @@ private static void MarkG6AOSlots(ref EncounterArea[] Areas) new EncounterStatic { Gift = true, Species = 698, Level = 20, Location = 44, }, // Amaura new EncounterStatic { Species = 448, Level = 32, Location = 60, Ability = 1, Nature = Nature.Hasty, Gender = 0, IVs = new[] {6, 25, 16, 31, 25, 19}, Gift = true, Shiny = false }, // Lucario - new EncounterStatic { Species = 131, Level = 30, Location = 62, Nature = Nature.Docile, IVs = new[] {31, 20, 20, 20, 20, 20}, Gift = true }, // Lapras + new EncounterStatic { Species = 131, Level = 30, Location = 62, Ability = 1, Nature = Nature.Docile, IVs = new[] {31, 20, 20, 20, 20, 20}, Gift = true }, // Lapras new EncounterStatic { Species = 143, Level = 15, Location = 038, Shiny = false, }, // Snorlax new EncounterStatic { Species = 568, Level = 35, Location = 142 }, // Trubbish