A small enhancement

In stdlib.dg should be inserted at line 963:

(before [search (opaque $Obj)])
	($Obj is closed)
	(container $Obj)
	(first try [open $Obj])

The look in action checks if the queried object is an opaque container, but search action does not. Therefore you get “You find nothing of interest” although the container may contain some pretty things.

4 Likes