inherit "/std/object";
void setup()
{
set_name("cask");
set_short("cask");
set_long("A small cask used for storing stuff. It is made from wood and "
"has iron bands round it. It is a little battered and old, but still seems "
"watertight. You could probably carry more than one if you had to.\n");
set_value(0);
set_weight(100);
}