improve message

This commit is contained in:
2025-11-19 08:20:33 +01:00
parent f2981ead6b
commit 7026bfe9a7

View File

@@ -780,7 +780,7 @@ export const addItem = async (
{
const entry = inventory.RawUpgrades.find(x => x.ItemType == typeName);
if (entry && entry.ItemCount >= 10) {
logger.debug(`adding ${quantity} pix chips instead of ${typeName}`);
logger.debug(`adding ${quantity} pix chip(s) instead of ${typeName}`);
const miscItemChanges = [
{
ItemType: "/Lotus/Types/Items/MiscItems/1999ConquestBucks",