FIXME in file /std/base_room.c line 63:

 Small problem here; some rooms are clones, and this bails for them.
 We really need a better way to test if we should call setup().

 Virtual grids, for example, usually depend on cloned rooms working
 properly.

 BTW, contrary to the above, it appears this is *NOT* already done for cloned rooms

Code:

#if 0
    if( !clonep() )
    {
