inherit "/std/object";
int query_auto_load() { return 1; }
void setup(){
set_name("key");
set_short ("key");
add_alias("newbie_key");
set_main_plural("keys");
set_long("A crudely made brass key. Only a newbie would make "
"something as pitiful as this.\n");
set_weight(1);
set_value(10);
}