inherit "/std/races/humanoid";
void setup() {
set_name( "half elf" );
set_long( "The Half Elves are a tall noble race.\n" );
set_desc( "a tall but not quite so noble half elf" );
set_height( 185 );
set_weight( 1400 );
set_stats( ({ 0, 2, 0, -2, -2 }) );
} /* setup() */
/*
int query_skill_bonus( int lvl, string skill ) {
if( skill == "magic.spells" )
return 4;
if( skill == "other.covert.stealth" )
return 5;
return 0;
} query_skill_bonus() */