From fda46755e374c549b66edc17da96b33651bcbbcc Mon Sep 17 00:00:00 2001 From: dazedanon Date: Wed, 18 Mar 2026 01:22:55 -0500 Subject: [PATCH] fix font size --- js/plugins/KN_Chest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins/KN_Chest.js b/js/plugins/KN_Chest.js index c7d02ee..9dad32e 100644 --- a/js/plugins/KN_Chest.js +++ b/js/plugins/KN_Chest.js @@ -197,7 +197,7 @@ for (let i = 0; i < 3; i++) { const item = _items[i]; $gameVariables.setValue(1 + i, item?.id ?? 0); - $gameVariables.setValue(4 + i, item?.description ?? ""); + $gameVariables.setValue(4 + i, item ? '\\FS[18]' + item.description : ""); } }); // &選択アイテム取得