// Autogenned file
inherit "/obj/clothing_transport.c";
void setup(){
set_name("saddle" );
set_short("light saddle" );
add_adjective("leather" );
set_type("shirt" );
set_worn_by_race("horse" );
set_mount_difficulty_modifier(40 );
set_material("leather" );
set_weight(50 );
set_long("A light saddle with lots of adjsutable straps so it designed to "
"fit any sort of horse.\n");
} /* setup() */