// Ljen nov -96
// Joram, 18 of September '96
inherit "/std/outside";
#include "path.h"
void setup(){
set_short("Savannah");
set_long("The river you are following is very quiet and deep, this may be "
"dangerous because this is the favourite place for the "
"cocodiles to be. The savannah opens in all your directions.\n");
set_light(80);
add_exit("north", SAVANNAH+"c2" , "path");
add_exit("east", SAVANNAH+"d3" , "path");
add_exit("south", SAVANNAH+"c4" , "path");
}