// Autogenned file
inherit "/obj/clothing_transport.c";
void setup(){
set_name("blinkers" );
set_short("pair of leather blinkers" );
set_main_plural("pairs of leather blinkers" );
add_adjective("leather" );
add_adjective("pair" );
set_type("hat" );
set_weight(5 );
set_worn_by_race("horse" );
set_direction_difficulty_modifier(50 );
set_long("Two small caps that you rig up around a horses face so they only "
"look in the direction they are going. It attempts to stop the horse from "
"panicing at the first sign of trouble.\n");
} /* setup() */