inherit "/std/room";
#include "path.h"
void setup () {
add_property("no_undead",1);
set_short("Realm of the Gnome: Macedonian Tunnel");
set_light(40);
set_long("\nRealm of the Gnome: Macedonian Tunnel\n\n"
" This seems to be a small off-shoot of the main tunnel. "
"It is almost like the newbie/gnomes that were mining here got a bit "
"carried away and just kept on mining. The walls are a bit "
"rougher here, but you can tell that this section has still been "
"well mined. Your only exit is to the southwest.\n\n");
add_item(({"walls","wall","floor","ceiling"}),"The walls and floor of this cavern are "
"a bit rough and jagged, and it makes you a bit wary of trying to "
"touch the walls. Some of those points look to be quite sharp.\n\n");
add_exit("southwest",UNDER +"under11","path");
}