Add force fully evolved implementation

use current evo data instead of hardcoded max-evolved table for each
game
This commit is contained in:
Kurt
2018-12-16 20:45:16 -08:00
parent 194ce0a2c9
commit 9abddb17e2
3 changed files with 45 additions and 11 deletions

View File

@@ -24,5 +24,7 @@ public EvolutionMethod Copy(int species = -1)
Level = Level
};
}
public bool HasData => Species != 0;
}
}