FIXME in file /std/room/roomdesc.c line 76:

 major hack

Code:
private nosave int this_look_is_forced;

protected int dont_show_long()
{
FIXME in file /std/room/roomdesc.c line 88:

 how to use force_long_desc ??

Code:

    if ( wizardp(who) && who->query_link()->query_shell_ob()->get_variable("show_loc") )
    {
	tell(who, sprintf("[%s]\n", file_name(this_object())));
FIXME in file /std/room/roomdesc.c line 110:

 for now, hack a global

Code:
	this_look_is_forced = force_long_desc;
	tell(who, long());
	this_look_is_forced = 0;
    }
FIXME in file /std/room/roomdesc.c line 120:

 I think this should be torched :-)

Code:
// I don't.
// This should be overloaded if you want to be able to give different
// descs from different rooms
// Hmm, I know who made each of these comments.  Who else does? :-)
