inherit "room/virtual_room";

mixed start() {
  short_desc = "Road";
  long_desc = "Paved road runs from north to south. It seems to be in\n"+
	      "good shape and used quite often. Flat stone blocks have\n"+
	      "been sucked into ground next to each other leaving\n"+
	      "almost no holes between them.\n";
}
