FIXME in file /cmds/verbs/look.c line 10:

 peer should be a synonym for some, but not all, of these rules.
 E.g. not "" or it will interfere with the emote

Code:


inherit NVERB_OB;
inherit M_GRAMMAR;
FIXME in file /cmds/verbs/look.c line 132:

 we need a way to conjugate this

Code:
	this_body()->my_action("The $o0 is right here!", ob);
	return;
    }
    if(env->is_living() && env == this_body())
FIXME in file /cmds/verbs/look.c line 185:

 why?

Code:
#if 0
    if (environment(this_body()) == env) {
	this_body()->my_action("$O is right here!", ob);
    } else {
