inherit "room/room";

reset(arg) {

add_exit("north","/wizards/phoebus/areas/ja-tora/rooms/ja8");
add_exit("south","/wizards/phoebus/areas/ja-tora/rooms/ja3");
add_exit("east","/wizards/phoebus/areas/ja-tora/rooms/ja7b");
add_exit("west","/wizards/phoebus/areas/ja-tora/rooms/ja7a");

short_desc = "Church Lane";
long_desc = "You stand on Church lane, which continues to the north. To the south \n"+
                      "lies the villagesquare, while to the east and west lie small village\n"+
                      "houses.\n";
}
