// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("singlet" );
set_short("blue singlet" );
add_adjective("blue" );
set_long("The blue of the singlet stings your eyes, it is "
"that horrible single blue only ever found in singlets. "
"It has huge great big arm holes through which you can "
"see more skin than anyone should need to.\n" );
set_weight(2 );
set_value(250 );
set_type("undershirt" );
setup_clothing(800 );
set_damage_chance(10);
} /* setup() */