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, musty tunnel. It is also kind of"
" dark in here, but you see some light coming from"
" the south. You also hear water running to the"
" north.\n");
add_exit("south",VALLEY +"room05","path");
add_exit("north",VALLEY +"room03","path");
}