inherit "inherit/room2"; reset(arg) { if(arg) return; set_weather (5,1,0); set_short ("Library Shelves"); set_long("The decrepit shelves tower above you, threatening to drop a\n" "volume or two upon your head. Dark forms move near the tops\n" "of the shelves, moving and orginizing the various tomes of\n" "knowledge and arcane secrets. There is a reading room off\n" "to the east.\n\n"); set_exits(({"/players/dogberry/library/qroom.c", "east", "/room/city/library/library.c", "south", "/players/dogberry/library/shelf2.c", "north"})); }