mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
trainer dialogue
This commit is contained in:
parent
bd556e3c68
commit
430f756550
1670
src/data/dialogue.ts
1670
src/data/dialogue.ts
File diff suppressed because it is too large
Load Diff
@ -309,7 +309,7 @@ export class TrainerConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setEncounterBgm(encounterBgm: TrainerType | string): TrainerConfig {
|
setEncounterBgm(encounterBgm: TrainerType | string): TrainerConfig {
|
||||||
this.encounterBgm = typeof encounterBgm === 'number' ? TrainerType[encounterBgm].toString().replace(/\_/g, ' ').toLowerCase() : encounterBgm;
|
this.encounterBgm = typeof encounterBgm === 'number' ? TrainerType[encounterBgm].toString().toLowerCase() : encounterBgm;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user