Opened 2 years ago
Closed 21 months ago
#13514 closed defect (fixed)
ULTIMA6: Searched for items stacked in reverse
Reported by: | bliznik | Owned by: | dreammaster |
---|---|---|---|
Priority: | normal | Component: | Engine: Ultima |
Version: | Keywords: | ||
Cc: | Game: | Ultima VI: The False Prophet |
Description
In the original Ultima 6, when you defeated an enemy and searched its body, the game would stack the most expensive items on top, and then the cheapest items on the bottom. For example, gold or a chest would be on top, and throwing axes would be on the bottom.
For ScummVM, this is reversed. The cheapest items are on top, and the gold is on the bottom of the pile. This makes grabbing loot from enemies very time-consuming, as I need to move all of the cheap stuff off of the top of the pile before grabbing gold and opening chests on the bottom of the pile.
Change History (3)
comment:1 by , 2 years ago
Summary: | ULTIMA VI: Searched for items stacked in reverse → ULTIMA6: Searched for items stacked in reverse |
---|
comment:2 by , 21 months ago
comment:3 by , 21 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Bug confirmed, tested with master 13c65a3149637b596e982d61164d627213a1f71b
Possible fix in this PR: https://github.com/scummvm/scummvm/pull/4806