FIXME in file /std/object/vsupport.c line 205:

 shouldn't these to only be in coins?

Code:
mixed direct_give_wrd_str_to_liv()
{
    return 1;
}
FIXME in file /std/object/vsupport.c line 211:

 This DEFINATELY shouldn't be here.  Should be in living.c

Code:
mixed indirect_give_wrd_str_to_liv()
{
    return 1;
}
