inherit "inherit/room2";
reset (arg) {
if (arg) return;
set_short("Old house");
set_long("This is one of the older buildings of the city, belonging to a rather\n"+
"old woman. The house looks clean, with plenty of furnishings, but there\n"+
"are many mouse holes in the walls, and a few holes in the floorboards.\n"
set_weather(2, 1, 0);
set_exits(({"/room/city/main_st2.c", "south"}));
}