// Autogenned file
inherit SCABBARD_OBJ;
void setup(){
set_name("scabbard" );
add_adjective(({ "bone", "knife", "bone knife" }) );
set_short("bone knife scabbard" );
set_long("This is a white scabbard made fromn the bone of some poor"
"beast that was killed long ago by someone. The bone is "
"roughly cut and shapped.\n" );
set_weight(3 );
set_value(100 );
set_type("small scabbard" );
setup_scabbard(10000 );
set_damage_chance(15 );
set_types(({ "bone knife" }));
} /* setup() */