// Autogenned file inherit "/obj/clothing_transport.c"; void setup(){ set_name("bit" ); set_short("metal bit" ); add_adjective("metal" ); set_type("collar" ); set_worn_by_race("horse" ); set_weight(20 ); set_direction_difficulty_modifier(25 ); set_long("A metal bit to place into a horses mouth so you can help direct " "it's movement.\n"); } /* setup() */