diff --git a/src/services/inventoryService.ts b/src/services/inventoryService.ts index df03b875..cf5208ce 100644 --- a/src/services/inventoryService.ts +++ b/src/services/inventoryService.ts @@ -499,7 +499,7 @@ export const addItem = async ( // - Blueprints for Ancient Protector Specter, Shield Osprey Specter, etc. have num=1 despite giving their purchaseQuantity. if (!exactQuantity) { quantity *= ExportGear[typeName].purchaseQuantity ?? 1; - logger.debug(`non-exact acquisition of ${typeName}, updated quantity to ${quantity}`); + logger.debug(`non-exact acquisition of ${typeName}; factored quantity is ${quantity}`); } const consumablesChanges = [ {