Remove item count
This commit is contained in:
parent
b9ae4fdfbc
commit
7d9cedd9fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue