#include "path.h"
inherit "/std/outside";
void setup()
{
    add_property("no_undead",1);
    set_light(150);
    set_short("raft");
    set_long("   You are on a small raft in the middle of the Sword Sea. \n"
    "It appears to have been made from an old door lashed to some small casks. "
    "You see the occasional fin in the distance and a small island recedes "
    "into the haze behind you."
    "\n\n");
}