Disallow crystal tutors if VC

This commit is contained in:
Kurt
2017-10-21 19:01:23 -07:00
parent 791a41b1a7
commit 528593b59e

View File

@@ -2149,6 +2149,8 @@ internal static IEnumerable<int> GetTutorMoves(PKM pkm, int species, int form, b
moves.Add(57);
break;
case 2:
if (!AllowGen2Crystal(pkm))
break;
info = PersonalTable.C[species];
moves.AddRange(Tutors_GSC.Where((t, i) => info.TMHM[57 + i]));
goto case 1;