// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("shirt" );
set_short("green wool shirt" );
add_adjective(({"green","wool"}) );
set_long("This shirt is the height of fashion for the "
"rustically inclined.\n" );
set_weight(2 );
add_property( "warmth", 3 );
set_value(500 );
setup_clothing(10000 );
set_type("shirt" );
set_damage_chance(10);
} /* setup() */