inherit"std/object";
void setup()
{
set_name("cabinet");
set_main_plural("cabinets");
set_short("Cabinet");
set_long("This is a tall wooden cabinet usually used to hold "
"weapons and armour for young adventurers like yourself."
" It is closed right now, but there might be something "
"inside it that you would be able to use.\n");
reset_get();
set_weight(10000);
set_value(0);
}