Ok a funny bug I discovered while playing my variant that I managed to reproduce in current V. Here's how to reproduce it:
- get two stacks of identical items in the inventory (this is very easy to attain with scrolls of Phase Door): for example, a) 40 scrolls of Phase Door and b) 10 scrolls of Phase Door
- read one scroll from pile a)
- result: message "You have 39 scrolls of phase door (a)" but when you look at your inventory, you have in fact a) 40 scrolls of Phase Door and b) 9 scrolls of Phase Door
- repeating the operation depletes stack b) even if you read from stack a)
I suppose it's because pack is reordered so the 39+10 scrolls become 40+9, but it feels like you read from wrong pile.
Current master post-4.2.1
Collapse
X
-
Current master post-4.2.1
Yes, we're into bugfixing 4.2.1 now. New builds are up on the nightlies page and (failed to build, investigating, macOS version here) angband.live (source is here) with the following changes:- A little optimisation to reduce resting time; I'm still looking into game slowdown
- Fix of a longstanding bug in equipment curses by David Medley
- CMake support (for Linux only at the moment) by Joan Andrés
- Fix to a lookup error by Kusunose
- Added tile for mithril bolt by Cuboideb
- Fixes to documentation building by Stefan Strogin
Tags: None
Leave a comment: