/* Race object for elementals conjured from the raw fabric of
* the spacetime continuinuinuinuum to do man's bidding, etc. */
inherit "/std/races/base";
void setup() {
set_name( "elemental" );
set_long( "A mass of variable shape and size of unknown composition, "
"purpose and disposition.\n" );
set_weight( 2000 );
set_height( 100 );
bits = ({ });
inedible = ({ });
unrottable = ({ });
set_stats( ({ 0, 0, 0, 0, 0 }) );
} /* setup() */
string query_desc( object thing ) {
return "";
} /* query_desc() */