Rename Pancham evolution method

This particular method takes no arguments, and is hard-coded to check for a Dark-type in the player's Party.
Closes #105
This commit is contained in:
sora10pls 2020-10-29 16:45:42 -04:00
parent 8250f7c812
commit d1da5ca083
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ public enum EvolutionType : byte
LevelUpCold,
LevelUpInverted,
LevelUpAffection50MoveType,
LevelUpMoveType,
LevelUpDarkTeammate,
LevelUpWeather,
LevelUpMorning,
LevelUpNight,

View File

@ -42,7 +42,7 @@ public static partial class Extensions
[LevelUpInverted] = NoArg,
[LevelUpAffection50MoveType] = Type,
[LevelUpMoveType] = Type,
[LevelUpDarkTeammate] = NoArg,
[LevelUpWeather] = Level,
[LevelUpMorning] = Level,
[LevelUpNight] = Level,