// Autogenned file
inherit "/obj/clothing_transport.c";
void setup(){
set_name("saddle" );
set_short("leather saddle" );
add_adjective("leather" );
set_type("shirt" );
set_worn_by_race("horse" );
set_mount_difficulty_modifier(75 );
set_material("leather" );
set_weight(100 );
set_long("Lots of leather all over the place on this saddle. It looks like "
"several cows died to make this leather saddle with leather straps.\n");
} /* setup() */