tung / DynaHack

A NetHack variant with randomized equipment, new items, new monsters, new maps, new challenges and an advanced ASCII interface.
https://tung.github.io/DynaHack/
48 stars 4 forks source link

Engraving cannot be read with ':' right after travelling to it #76

Open tung opened 11 years ago

tung commented 11 years ago

Testing in gdb, it seems like flags.run remains at 8 after travelling, even though it arguably should be 0 afterwards. This surfaces when trying to read an engraving on the current space, since this development branch skips engraving messages while running, and the game still thinks the player is running after they've stopped.