From b051eb4d21b805dbb3e5231fd90ecb0f15c5fe21 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Mon, 9 Feb 2026 21:47:48 -0600 Subject: [PATCH] bump font --- js/plugins/MPP_ChoiceEX.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins/MPP_ChoiceEX.js b/js/plugins/MPP_ChoiceEX.js index a2d5dcb..70c2816 100644 --- a/js/plugins/MPP_ChoiceEX.js +++ b/js/plugins/MPP_ChoiceEX.js @@ -887,7 +887,7 @@ this._messageWindow.forceClear(); const texts = $gameMessage.helpTexts()[this.index()]; $gameMessage.setTexts(texts ? [...texts] : ['']); - this._messageWindow._choiceHelpFontSize = 18; + this._messageWindow._choiceHelpFontSize = 20; this._messageWindow.startMessage(); };