inherit"std/object";
void setup()
{
set_name("key");
set_main_plural("keys");
set_short("Key");
set_long("This is a small brass key. Made with very clean cuts, "
"you should have no trouble unlocking a door with this "
"key, that is if this key was made for that lock.\n");
set_weight(20);
}