mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-25 23:36:55 -05:00
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:
parent
8250f7c812
commit
d1da5ca083
|
|
@ -32,7 +32,7 @@ public enum EvolutionType : byte
|
|||
LevelUpCold,
|
||||
LevelUpInverted,
|
||||
LevelUpAffection50MoveType,
|
||||
LevelUpMoveType,
|
||||
LevelUpDarkTeammate,
|
||||
LevelUpWeather,
|
||||
LevelUpMorning,
|
||||
LevelUpNight,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public static partial class Extensions
|
|||
[LevelUpInverted] = NoArg,
|
||||
[LevelUpAffection50MoveType] = Type,
|
||||
|
||||
[LevelUpMoveType] = Type,
|
||||
[LevelUpDarkTeammate] = NoArg,
|
||||
[LevelUpWeather] = Level,
|
||||
[LevelUpMorning] = Level,
|
||||
[LevelUpNight] = Level,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user