/*
Davyd
Item
For General Item Stores
*/
inherit "/std/object";
void setup(){
set_name("nail");
set_short("nail");
set_main_plural("nails");
set_long("A typical nail for nailing bits of wood together."
" Quite exciting really.\n" );
set_value(4);
set_weight(1);
}