mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-14 23:10:31 -05:00
Fix Ogerpon-Cornerstone's Ivy Cudgel type
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user