inherit "inherit/room2";
reset(arg) {
if(arg) return;
set_weather (5,1,0);
set_short ("Children's Room");
set_long ("The laughter from the children does little to settle you upon\n"
"entering this macabre seen. The children are on a rampage,\n"
"throwing books everywhere and causing a discernable ammount\n"
"of mayhem. Good thing that these are only the childrens\n"
"books, otherwise the sages might be miffed!\n\n");
set_exits(({"/players/dogberry/library/shelf2.c", "east"}));
}