status dig(){
    write("You find nothing.\n");
    say((string)this_player()->query_name()+" digs and finds nothing.\n");
    return 1;
}
