From 4417599b126e2bc44bbcd0294095c405a81b4679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ricardo=20Fleury=20Oliveira?= Date: Sat, 18 May 2024 17:41:57 -0300 Subject: [PATCH] german changes pt3 --- src/ui/starter-select-ui-handler.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/starter-select-ui-handler.ts b/src/ui/starter-select-ui-handler.ts index 56d481e064f..d969cf65225 100644 --- a/src/ui/starter-select-ui-handler.ts +++ b/src/ui/starter-select-ui-handler.ts @@ -986,7 +986,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { }); // If the setting is not set to 0, update the candy upgrade icon if (this.scene.candyUpgradeIconsMode !== 0) { - this.updateCandyUpgradeIcon(this.cursor) + this.updateCandyUpgradeIcon(this.cursor); } ui.setMode(Mode.STARTER_SELECT); this.setSpeciesDetails(this.lastSpecies, undefined, undefined, undefined, undefined, undefined, undefined); @@ -1014,7 +1014,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { }); // If the setting is set to 2, update the candy upgrade icon if (this.scene.candyUpgradeIconsMode === 2) { - this.updateCandyUpgradeIcon(this.cursor) + this.updateCandyUpgradeIcon(this.cursor); } this.updateStarterValueLabel(this.cursor); this.tryUpdateValue(0); @@ -1829,7 +1829,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { switch (this.scene.candyUpgradeIconsMode) { // 'Off' mode case 0: - return + return; // 'Only Passive Unlocks' mode case 1: