mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Update trainer-config.ts
This commit is contained in:
parent
cdeceb6144
commit
9b5e4f9523
@ -165,9 +165,6 @@ export class TrainerConfig {
|
|||||||
// Give the rival a localized name
|
// Give the rival a localized name
|
||||||
// This is only the male name, because the female name is handled in a different function (setHasGenders)
|
// This is only the male name, because the female name is handled in a different function (setHasGenders)
|
||||||
name = i18next.t("trainerNames:rival");
|
name = i18next.t("trainerNames:rival");
|
||||||
if (!name) {
|
|
||||||
throw new Error("skibidi sigma");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.name = name;
|
this.name = name;
|
||||||
|
Loading…
Reference in New Issue
Block a user