-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💸npctrade💸: Remove item locations from trade window #38256
Conversation
I do care about this when trading with my companions, but not with NPC traders. |
Aha, that's what I've been missing. Since I've been unable to make friends
in-game, I've never had a buddy to trade with.
So we should show location on friendly trades, but not on merchant trades?
|
Survivors don't really care about item locations when buying items, only when trading with allies.
Updates:
|
Why don't we just remove from the list the items that don't belong to the faction vendor while at it. |
I can't reproduce this. I haul a bunch of stuff to my local merchant, drop it on the floor next to them, and never see it on their side of the trades. Do you have steps to reproduce? |
Wont this cause a problem with the free merchants at at the hub, the merchant there sell things that are elusively on the tables around him. |
@Dacendeth : Oh, they still sell the items from those locations, they just won't add them to the item name. Paired with #38254 , this means you get items in sorted (category, then name) order, which I've found makes it much easier to find what you're looking for, especially when the merchant has a large inventory. |
Summary
SUMMARY: Interface "Item locations are no longer shown in the trade interface"
Purpose of change
This change removes item locations from the NPC trading screen, with the following assumptions and rationale:
However I'm not familiar with the npctrade design decisions, so my assumptions may be wrong.
Describe the solution
This just removes the code that adds item locations in the npctrade interface.
Describe alternatives you've considered
Not doing this.
Testing
Happily played with this change on a trans-pacific flight, and made trades with multiple traders.
Additional context