[I7] Suppressing open/closed output

How can I suppress printing to the room description whether an object in the room is open or closed? So like instead of something like:

You’re in a kitchen. There is an oven (closed) here.

instead I want behavior like…

You’re in a kitchen. There is an oven here.

x oven

The oven is closed.

Try this.

[code]Rule for printing room description details: stop.

After printing the name of something: omit contents in listing.[/code]

Hope this helps.

Thanks. That did exactly what I needed.