// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("towel" );
set_short("blue hand towel" );
add_adjective(({ "blue", "hand" }) );
set_long("This is a smallish blue towel that could be used "
"for drying your hands. Well, it's actually more a "
"sort of washed-out blue; you hope it isn't one of "
"those recycled towels.\n" );
set_weight(5 );
set_value(200 );
set_type("glove" );
setup_clothing(200 );
set_damage_chance(15);
} /* setup() */