inherit "/std/room";
#include "path.h"
void setup () {
set_short("Macedonia: Tunnels");
set_light(40);
set_long("Macedonia: Tunnels\n\n"
" This is a cold, damp tunnel. You slowly make your"
" out. There is a great deal of light at the top. "
" Maybe that is the way to finally get to see the"
" sun again.\n");
add_exit("up",VALLEY +"room01","path");
add_exit("down",UNDER +"under10","path");
}