// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("towel" );
set_short("large white towel" );
add_adjective(({ "large", "white" }) );
set_long("This large towel is made from white flannel and "
"is very thick and soft. It should be big enough "
"to wrap around yourself to hide your modesty if "
"you've nothing else to wear.\n" );
set_weight(20 );
set_value(400 );
set_type("robe" );
setup_clothing(800 );
set_damage_chance(15);
} /* setup() */