// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("shirt" );
set_short("trendy shirt" );
add_adjective("trendy" );
set_long("This is quite a cool, trendy shirt. It has that style "
"that you seem to like and it seems to be of that colour "
"that you love so much. Funny you could swear it has changed "
"colour since the first time you saw it.\n" );
set_weight(5 );
set_value(500 );
setup_clothing(1000 );
set_type("shirt" );
set_damage_chance(10 );
add_pocket("breast", 10);
} /* setup() */