Improve comments

This commit is contained in:
Dev 2024-01-08 11:35:20 +00:00
parent 96f75fd744
commit 507e8eeaa7
2 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,7 @@ export class TradeController
return totalPrice;
}
/** Buy item */
protected confirmTradingInternal(
pmcData: IPmcData,
body: IProcessBaseTradeRequestData,

View File

@ -149,6 +149,7 @@ export class InventoryHelper
for (const itemToAdd of itemsToAdd)
{
// Update Items `location` properties
const errorOutput = this.placeItemInInventory(
itemToAdd,
stashFS2D,