// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("shorts" );
set_short("pair of tight shorts" );
add_adjective(({"pair", "of", "tight"}) );
set_main_plural("pairs of tight shorts" );
set_long("These are some very tight fitting shorts out of a very peculiar "
"stretch material. They will follow even your strangest moves. "
"They are perfect for acrobatics or, say, climbing, for that matter. "
"They are coloured dark grey.\n" );
set_weight(7 );
set_value(450 );
setup_clothing(1000 );
set_type("trousers" );
set_damage_chance(10 );
add_pocket("behind", 20);
} /* setup() */