Remove item count

This commit is contained in:
DazedAnon 2025-01-16 19:01:47 -06:00
parent b9ae4fdfbc
commit 7d9cedd9fc

View file

@ -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}`;