Skip to content

CargoHoldTracker: support quick deposit#219

Open
dekvall wants to merge 1 commit intoLlemonDuck:mainfrom
dekvall:cargo-quick-deposit
Open

CargoHoldTracker: support quick deposit#219
dekvall wants to merge 1 commit intoLlemonDuck:mainfrom
dekvall:cargo-quick-deposit

Conversation

@dekvall
Copy link

@dekvall dekvall commented Feb 20, 2026

Only tested while salvaging with the sloop ironwood cargo hold but I presume the logic should hold for the others as well.

If you want a proximity check too just lmk, but idk if it's necessary.

Closes #177

if (pendingQuickDepositAction)
{
pendingInventoryAction = 1; // tick goes last
log.debug("inv change queued pendingInventoryAction with inventory {}", memoizedInventory);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still failure prone to inventory changes after clicking Deposit-all and before the deposit action occurs
IE dropping an item while running to the chest.

I don't think a proximity check will be perfect here either. Any inventory changes that occur on the same tick as the deposit will be included in the UI storage status even if adjacent to the chest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cargo hold tracking does not detect items added via quick-deposit menu option

2 participants