inherit "/std/races/human";
/* This is just the standard race ... but because of the problem with
   things being inherited, this is needed for now */
void setup()
  {
   set_name("unknown");
   set_long("A wispy illformed thing, the very image of uncertainty.\n");
  set_light_limits(-10, 150);
}