// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("loincloth" );
set_short("leopard skin loincloth" );
add_adjective(({ "leopard", "skin" }) );
set_long("This leopard skin loincloth is very revealing, "
"just the kind of thing barbarian tribesmen are reputed "
"to wear, claiming that they obtained it with their teeth "
"while fighting a leopard. It doesn't bear thinking about.\n" );
set_value(1500 );
set_weight(2 );
set_type("underwear" );
setup_clothing(500 );
set_damage_chance(5);
} /* setup() */