Add non-levelup evo methods to validator

This commit is contained in:
Kurt 2019-11-16 11:52:40 -08:00
parent 83388cc6fe
commit ce4cd2c60f

View File

@ -47,6 +47,9 @@ public bool Valid(PKM pkm, int lvl, bool skipChecks)
{
case UseItem:
case UseItemWormhole:
case Crit3:
case HPDownBy49:
case SpinType:
return true;
case UseItemMale:
return pkm.Gender == 0;