unless i’m missing something, there seems to be a bug with transparent containers.
you can add this simple object into ‘minimal.inf’
Object glass_bottle "glass bottle" library
with
name 'glass' 'bottle',
description "It's a glass bottle, wide but with a narrow neck, ",
has container openable ~open transparent;
the bottle description is incorrect and doubled:
“You can see a glass bottle (which is closed) (which is open but empty) here.”
a transparent object is treated as if it’s open for description of its contents. but shouldn’t it still be reported as closed?