// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("shirt" );
set_short("white cotton shirt" );
add_adjective(({ "white", "cotton" }) );
set_main_plural("white cotton shirts" );
set_long("This shirt is made from thick white cotton. It has "
"buttons running up the front and at the cuffs.\n" );
set_weight(6 );
set_value(180 );
set_type("shirt" );
setup_clothing(60 );
set_damage_chance(20);
} /* setup() */