// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("balaclava" );
set_short("black silk balaclava" );
add_adjective(({"black", "violet", "silk"}) );
set_long("Eye and a mouth, thats all that could be seen of "
"your head when wearing this black silk balaclava. "
"The colour is slightly off black, there is a faint "
"violet tinge to it.\n" );
set_weight(2 );
set_value(590 );
setup_clothing(10000 );
set_type("hood" );
set_damage_chance(10);
} /* setup() */