mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Moves one of the Evolution deferral checks to the encounter template where it triggers; no other encounter case will trip that check so it's OK to move it there. One less thing for every other encounter to check. Revises the "met date present but no met location" to only flag if the encounter was matched to something. It'll already yell at mismatched encounters, no need to pile on more. The check only exists for eggs (no location).
14 lines
432 B
XML
14 lines
432 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Version>25.12.21</Version>
|
|
<LangVersion>13</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<NeutralLanguage>en</NeutralLanguage>
|
|
<Product>PKHeX</Product>
|
|
<Company>Project Pokémon</Company>
|
|
<Authors>Kaphotics</Authors>
|
|
<Copyright>Kaphotics</Copyright>
|
|
<SourceRevisionId>$([System.DateTime]::UtcNow.ToString("yyMMddHHmmss"))</SourceRevisionId>
|
|
</PropertyGroup>
|
|
</Project>
|