// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("undershirt" );
set_short("cotton undershirt" );
add_adjective("cotton" );
set_long("This article of clothing is for wearing underneath your "
"shirt. It is for cold weather and those who cannot live "
"without a singlet. It is nice and warm, but not as warm "
"as thermal underwear.\n" );
set_weight(2 );
set_value(150 );
set_type("undershirt" );
setup_clothing(800 );
set_damage_chance(10);
} /* setup() */