// Autogenned file
inherit "/obj/clothing_transport.c";
void setup(){
set_name("saddle" );
set_short("stock saddle" );
add_adjective(({ "leather", "stock" }) );
set_type("shirt" );
set_worn_by_race("horse" );
set_mount_difficulty_modifier(90 );
set_material("leather" );
set_weight(130 );
set_long("Has a big pads that slide down the side of the horse and ones that "
"stick out in front of the legs.\n");
} /* setup() */