// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("trousers" );
set_short("pair of grey worsted trousers" );
add_adjective(({ "pair", "of", "grey", "worsted" }) );
set_main_plural("pairs of grey worsted trousers" );
add_plural(({ "pairs of grey worsted trousers", "pairs of trousers" }) );
set_long("These are nice trousers of a smooth grey fabric. They have a "
"button fly and seem to be double-stitched for extra life.\n" );
set_weight(8 );
set_value(250 );
set_type("trousers" );
setup_clothing(80 );
set_damage_chance(20 );
add_pocket("side", 15 );
add_pocket("side", 15);
} /* setup() */