// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("teddy" );
set_short("black lace teddy" );
add_adjective(({ "black", "lace" }) );
set_long("Jet black and lacy to boot, this teddy is as sexy as it comes. "
"Just thinking about wearing it makes you hot and steamy. "
"You have to wonder, however, how comfortable it is.\n" );
set_weight(2 );
set_value(150 );
set_type("underwear" );
setup_clothing(800 );
set_damage_chance(5);
} /* setup() */