Skip to content

Commit 673f5e1

Browse files
sunnytanggKrisXV
andauthored
Challenge Cup: Fix Ogerpon tera types (#10971)
* Fix CC2v2 Ogerpon having incorrect tera types * Remove print statements * Update data/random-battles/gen9/teams.ts --------- Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
1 parent 945f130 commit 673f5e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/random-battles/gen9/teams.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1993,6 +1993,7 @@ export class RandomTeams {
19931993
};
19941994
if (this.gen === 9) {
19951995
// Tera type
1996+
if (species.forceTeraType) set.teraType = species.forceTeraType;
19961997
if (this.forceTeraType) {
19971998
set.teraType = this.forceTeraType;
19981999
} else {

0 commit comments

Comments
 (0)