// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("armband" );
set_short("leather armband" );
add_adjective("leather" );
set_long("This strip of leather is usually tied around the upper "
"arm to emphasise the musculature. In practice, it usually "
"cuts off the circulation and makes the wearer's arm turn blue.\n" );
set_material("leather" );
set_weight(1 );
set_value(150 );
set_type("armband" );
setup_clothing(40 );
set_damage_chance(15);
} /* setup() */