mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 08:10:48 -05:00
Permit non-0 h/w on WC8 HOME gifts
Yay home rerolling these when transferred back in. Ex: magearna gift
This commit is contained in:
parent
35e3608dad
commit
5c21e4c73b
|
|
@ -711,7 +711,7 @@ public override bool IsMatchExact(PKM pk, EvoCriteria evo)
|
|||
if (pk is PK8 pk8 && pk8.DynamaxLevel < DynamaxLevel)
|
||||
return false;
|
||||
|
||||
if (IsHOMEGift && pk is IScaledSize s)
|
||||
if (IsHOMEGift && pk is IScaledSize s and not IHomeTrack { HasTracker: true })
|
||||
{
|
||||
if (s.HeightScalar != 0)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user