Fix Ogerpon-Cornerstone's Ivy Cudgel type

This commit is contained in:
Shriansh Chari
2025-07-14 15:00:26 -07:00
parent d9820fec2c
commit 06b2ec5ff8

View File

@@ -179,7 +179,7 @@ function PokemonSet({ set }: { set: Dex.PokemonSet }) {
} else if (move === 'Ivy Cudgel') {
switch (set.species) {
case 'Ogerpon-Cornerstone':
moveType = 'Fighting';
moveType = 'Rock';
break;
case 'Ogerpon-Hearthflame':
moveType = 'Fire';