diff --git a/js/plugins/System_menu/QuestSystem.js b/js/plugins/System_menu/QuestSystem.js index 2086eaa..5635032 100644 --- a/js/plugins/System_menu/QuestSystem.js +++ b/js/plugins/System_menu/QuestSystem.js @@ -2243,7 +2243,7 @@ const QuestSystemAlias = (() => { y, width ); - const strItemCount = `×${this._reward.params.count}`; + const strItemCount = ``; this._window.drawText(strItemCount, -x * 3, y, width, "right"); } else if (this._reward.type === "exp") { const text = `${TextManager.exp}+${this._reward.params.value}`;