johanberntsson / PunyInform

A fast and compact library for writing text adventure games for the Z-machine running on 8-bit computers as well as other platforms.
MIT License
176 stars 17 forks source link

"Again" regression? #90

Closed hlabrand closed 3 years ago

hlabrand commented 3 years ago

There seems to be a problem with "again"/"g" in the latest version of the code:

Thanks!

johanberntsson commented 3 years ago

It was a side effect from a fix yesterday, which I didn't have test coverage of. Well spotted! Fixed, and tests added to make sure that again and oops work in the future as well.