diff --git a/PkmnLib.Dynamic/Models/Pokemon.cs b/PkmnLib.Dynamic/Models/Pokemon.cs index fb1013a..cbc26e7 100644 --- a/PkmnLib.Dynamic/Models/Pokemon.cs +++ b/PkmnLib.Dynamic/Models/Pokemon.cs @@ -1399,6 +1399,7 @@ public class PokemonImpl : ScriptSource, IPokemon } DisplaySpecies = null; DisplayForm = null; + IsCaught = false; } ///