// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("burnous" );
set_short("white burnous" );
add_adjective(({ "white" }) );
set_main_plural("white burnouses" );
add_plural("burnouses" );
set_long( "This burnous is simply a length of white cloth, worn wrapped "
"around the head to protect you from the sun.\n" );
set_weight(5 );
set_value(200 );
set_type("helmet" );
set_damage_chance(15 );
set_max_cond( 500 );
set_cond( 500);
} /* setup() */