#include "path.h"
inherit "/std/room";
void setup()
{
set_short("Lizard Domain: Underwater\n");
set_light(LIGHT);
add_property("no_undead",1);
set_long("Lizard Domain: Underwater\n\n"
"\n\n");
add_item("water","The water is crystal clear, as is most ocean water in the "
"tropical regions of the world. \n");
add_item("light","The sun above provides natural lighting beneath the surface "
"of the waves.\n");
add_feel(({"sand","floor","ground"}),"The sand is very soft and worn from the "
"continuous action of the waves.\n");
}