//Ljen -97, and Taniwha helped :)
//Coded by Yalaba on the 29th of August of '96
inherit "/std/outside";
#include "path.h"
void setup()
{
set_short("Jungle Town - orchard");
set_long(" The wonderful smell of fruit, dirt and sun almost"
" overcomes you, and it seems like the most natural thing"
" in the world to just sit here and relax."
" The half-elves working here seems just as happy as you,"
" except for the uneasy glances to the east... \n");
set_light(80);
add_clone(NPC+"h_elf",1);
add_exit("east", TOWN+"d1" , "path");
add_exit("west" , TOWN+"b1" , "path");
}