From b65d38c6da0f49e547dd5f0e9ea59b5bc783b6df Mon Sep 17 00:00:00 2001 From: larry-the-table-guy <180724454+larry-the-table-guy@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:05:08 -0400 Subject: [PATCH] RandBat Test: Restore `gen9` CAP Rand with adjusted format name See https://github.com/smogon/pokemon-showdown/pull/10633#issuecomment-2440335103 --- test/random-battles/all-gens.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/random-battles/all-gens.js b/test/random-battles/all-gens.js index 44700443e232..3b2a4d795cfa 100644 --- a/test/random-battles/all-gens.js +++ b/test/random-battles/all-gens.js @@ -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;