inherit "inherit/room2";
reset (arg) {
if(arg) return;
set_short("In the wall");
set_long("You are inside the wall of the house. The wall continues\n"+
"to the east and west into darkness.\n");
set_weather(0, 1, 0);
set_exits(({"/d/tempus/w/serepion/wall6.c", "east",
"/d/tempus/w/serepion/wall4.c", "west"}));
set_listen("You hear the sound of mice all around you.\n");
}