// Ljen nov -96
// Joram, 18 of September '96
inherit "/std/outside";
#include "path.h"
void setup(){
   set_short("Savannah");
   set_long(" To the east you can see a small town. It must be here"
            " the other half-elves live. If it had not been for the small"
        " fence protecting this little town from animals and attacks"
        " you would not have seen it. The small shacks are build"
        " close to trees, and everything seems to be in harmony.\n");
    set_light(80);
    add_exit( "west",   SAVANNAH+"f5",   "path" );
    add_exit( "east",   TOWN+"a4",      "path" );
}