#include "path.h"
inherit "/std/outside";
void setup()
{
set_short("Lizard's Island: Beach\n");
set_light(LIGHT);
add_property("no_undead",1);
set_long("Lizard's Island: Beach\n\n"
" The beach, here, has continued to become more and more rocky in its nature "
"compared to that of the Southern beaches. There is an immense section of jungle to "
"the West, although there seems to be no way into it from this vantage point. "
"The beach, itself, continues to the Southwest and North. To the North, however, "
"the beach seems to end and merger with the rocky cliffs of the Crescent Island. "
"\n\n");
add_item("shells","These shells are common all over the island and are frail to "
"the touch.\n");
add_item("sun","The sun beats down from above. It feels good to a lizard, such "
"as yourself.\n");
add_feel(({"sand","floor","ground"}),"The ground is very hot, and the sand hot "
"to the touch of your feet.\n");
add_item("jungle","The jungle is incredibly thick and dense. The entire vegetation "
"almost seems to be built up almost to the point of where it is to prevent entry. \n");
}