mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Add Dragon Pulse as a Species Evolution Move for Naganadel (#4687)
This commit is contained in:
parent
e9cb358c50
commit
812f8e847e
|
|
@ -26,6 +26,7 @@ internal static class EvolutionRestrictions
|
|||
(int)Yanmega => (int)AncientPower,
|
||||
(int)Mamoswine => (int)AncientPower,
|
||||
(int)Tsareena => (int)Stomp,
|
||||
(int)Naganadel => (int)DragonPulse,
|
||||
(int)Grapploct => (int)Taunt,
|
||||
(int)Wyrdeer => (int)PsyshieldBash,
|
||||
(int)Overqwil => (int)BarbBarrage,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user