inherit "/std/outside";
#include "path.h"
void setup () {
set_short("Macedonia: East Watch");
set_light(40);
set_long("Macedonia: East Watch\n\n"
" Not needing much protection from the creatures of "
"the tunnels, a gate was never constructed. The "
"forefathers of Macedonia felt that building such "
"a gate would not add enough protection to compenstate "
"for the loss of gorgeous scenery. Standing here, it "
"is difficult to decide if you want to remain in the "
"comfort of town or accept the temptation of the "
"tunnel that leads into the cliff. "
"\n\n");
add_exit("east", "/d/newbie/gnome/tunnels/under01","path");
add_exit("west",VALLEY +"gnome14","path");
}