/*
Davyd
Item
For General Item Stores
*/
inherit "/std/object";
void setup(){
set_name("end");
set_short("book end");
set_main_plural("book ends");
set_long("A glittering book end wrought in iron. Just the thing"
" for Auntie's Hogswatchday present.\n" );
set_value(35);
set_weight(40);
}