From f93cf5f0e9fdaad6f56f3a10ee7442b7d97e7177 Mon Sep 17 00:00:00 2001 From: James Diefenbach Date: Mon, 9 Sep 2024 17:36:40 +1000 Subject: [PATCH] add back removed whitespace --- src/ui/modifier-select-ui-handler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/modifier-select-ui-handler.ts b/src/ui/modifier-select-ui-handler.ts index 3181a985773..ca5d27f96a4 100644 --- a/src/ui/modifier-select-ui-handler.ts +++ b/src/ui/modifier-select-ui-handler.ts @@ -424,6 +424,7 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler { } else { this.cursorObj.setPosition(sliceWidth * (cursor + 1) + (sliceWidth * 0.5) - 16, (-this.scene.game.canvas.height / 12 - this.scene.game.canvas.height / 32) - (-16 + 28 * (this.rowCursor - (this.shopOptionsRows.length - 1)))); } + const type = options[this.cursor].modifierTypeOption.type; type && ui.showText(type.getDescription(this.scene)); if (type instanceof TmModifierType) {