// Ljen nov -96
// Joram, 18 of September '96
inherit "/std/outside";
#include "path.h"
void setup(){
set_short("Savannah");
set_long("The savannah is a breathtaking place, with the wild animals"
" lurking around waiting for another meal, and the"
" magnificent nature. Clear green grass rocking in the wind,"
" and the view.. You can see a small town far east from here,"
" it might be the place where the castle get their food from.\n");
set_light(80);
add_exit( "west", SAVANNAH+"c4", "path" );
add_exit( "east", SAVANNAH+"e4", "path" );
}