// Autogenned file
inherit "/obj/clothing_transport.c";
void setup(){
set_name("saddle" );
set_short("bucket saddle" );
add_adjective("leather" );
set_type("shirt" );
set_worn_by_race("horse" );
set_mount_difficulty_modifier(85 );
set_material("leather" );
set_weight(130 );
set_long("A lovely big bucket seat with a large knob between your legs. This "
"is definately the saddle for the conisoure of big things between your " "legs.\n");
} /* setup() */