mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
account for new font
This commit is contained in:
parent
1944faf1f4
commit
32ddf985df
@ -170,7 +170,7 @@ export default class EggGachaUiHandler extends MessageUiHandler {
|
|||||||
const pullOptionsText = pullOptions.map(option =>{
|
const pullOptionsText = pullOptions.map(option =>{
|
||||||
const desc = option.description.split(" ");
|
const desc = option.description.split(" ");
|
||||||
if (desc[0].length < 2) {
|
if (desc[0].length < 2) {
|
||||||
desc[0] += resolvedLanguage === "ko" ? " " : " ";
|
desc[0] += ["zh", "ko"].includes(resolvedLanguage.substring(0,2)) ? " " : " ";
|
||||||
}
|
}
|
||||||
if (option.multiplier === multiplierOne) {
|
if (option.multiplier === multiplierOne) {
|
||||||
desc[0] = " " + desc[0];
|
desc[0] = " " + desc[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user