//Ljen nov -96
//Coded by Yalaba on the 11th of September of '96
inherit "/std/outside";
#include "path.h"
void setup(){
set_light(80);
set_short("Jungle Town");
set_long("The first thing that comes to you is the peculiar shack "
"you see to the east, indeed this is not the typical construction "
"of the town: A small house with only one entrance (as far as you "
"can see) and made of the trunks of dead trees.\n");
add_exit("west" , TOWN+"b4" , "path");
add_exit("east", TOWN+"d4" , "path");
}