// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("trousers" );
set_short("pair of trendy trousers" );
add_adjective(({ "trendy", "pair of" }) );
set_main_plural("pairs of trendy trousers" );
add_plural(({ "pairs of tendy trousers", "pairs of trousers" }) );
set_long("Now these are what you call trousers! They fit you perfectly "
"and match the other clothes you are wearing like they know what "
"colour to be. Maybe... Nah, not really.\n" );
set_weight(7 );
set_value(600 );
setup_clothing(1000 );
set_type("trousers" );
set_damage_chance(10 );
add_pocket("left", 20 );
add_pocket("right", 20);
} /* setup() */