Skip to content

Commit

Permalink
Random Battles: Combine Alcremie winrates (smogon#9970)
Browse files Browse the repository at this point in the history
  • Loading branch information
livid-washed authored Dec 16, 2023
1 parent 2238bf6 commit 02b0079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/chat-plugins/randombattles/winrates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ function getSpeciesName(set: PokemonSet, format: Format) {
return 'Toxtricity';
} else if (species.startsWith("Tatsugiri-")) {
return 'Tatsugiri';
} else if (species.startsWith("Alcremie-")) {
return 'Alcremie';
} else if (species === "Zacian" && item.name === "Rusted Sword") {
return 'Zacian-Crowned';
} else if (species === "Zamazenta" && item.name === "Rusted Shield") {
Expand Down

0 comments on commit 02b0079

Please sign in to comment.