DFillmore / viola

Viola is a Z-Machine Interpreter written in Python.
19 stars 2 forks source link

Text printing error in Bronze #83

Closed DFillmore closed 8 months ago

DFillmore commented 10 months ago

In Bronze (11.060503), the description in the room 'Entrance Hall' ends with 'An iron-barred gate leads south to the Drawbridgethedrawbridge.'

DFillmore commented 8 months ago

This is because output stream 3 is not suppressing the text properly. Output stream 3 can be nested, and when any output stream 3 is active, output to all other streams (including the screen) should be suppressed.

Currently, whenever any output stream 3 is turned off, text suppression ends, even if other output streams 3 are still active.