mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Update WC8.cs
This commit is contained in:
parent
9d9eb935b1
commit
16ff74ccc0
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ namespace PKHeX.Core
|
|||
|
||||
public bool IsHOMEGift => Location == Locations.HOME8 || GetOT(2) == "HOME";
|
||||
|
||||
public bool CanHandleOT(int language) => GetHasOT(language);
|
||||
public bool CanHandleOT(int language) => !GetHasOT(language);
|
||||
|
||||
public override PKM ConvertToPKM(ITrainerInfo sav, EncounterCriteria criteria)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue