mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
Update trainer.ts
This commit is contained in:
parent
092c8e6f11
commit
3aa0b60d03
@ -236,7 +236,7 @@ export default class Trainer extends Phaser.GameObjects.Container {
|
|||||||
title = i18next.t(`trainerClasses:${name.toLowerCase().replace(/\s/g, "_")}`);
|
title = i18next.t(`trainerClasses:${name.toLowerCase().replace(/\s/g, "_")}`);
|
||||||
console.log("Localized grunt name: " + title);
|
console.log("Localized grunt name: " + title);
|
||||||
// Since grunts are not named we can just return the title
|
// Since grunts are not named we can just return the title
|
||||||
return title;
|
//return title;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the trainer has a name (not null or undefined).
|
// If the trainer has a name (not null or undefined).
|
||||||
|
Loading…
Reference in New Issue
Block a user