Skip to content

Commit

Permalink
RandBat Test: Restore gen9 CAP Rand with adjusted format name
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-the-table-guy committed Oct 28, 2024
1 parent 3c44bec commit b65d38c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/random-battles/all-gens.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ describe("New set format (slow)", () => {
filename: "gen9baby/sets",
roles: ["Fast Attacker", "Setup Sweeper", "Wallbreaker", "Tera Blast user", "Bulky Attacker", "Bulky Setup", "Bulky Support", "Fast Support"],
},
"gen9randombattle@@@+cap": {
filename: "gen9cap/sets",
roles: ["Fast Attacker", "Setup Sweeper", "Wallbreaker", "Tera Blast user", "Bulky Attacker", "Bulky Setup", "Fast Bulky Setup", "Bulky Support", "Fast Support", "AV Pivot"],
},
};
for (const format of Object.keys(formatInfo)) {
const filename = formatInfo[format].filename;
Expand Down

0 comments on commit b65d38c

Please sign in to comment.