consistency
All checks were successful
Build / build (pull_request) Successful in 56s

This commit is contained in:
Sainan 2025-06-26 20:26:24 +02:00
parent abf609060e
commit fac58d21ae

View File

@ -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 = [
{