mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-07 23:08:47 -05:00
Disallow crystal tutors if VC
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user