#include "path.h"
inherit "/std/room";
void setup()
{
set_short("Ducks Pond.");
set_long("This is the Largest pond on the mud, designed specially "
"for ducky. There are all his friends there - swanny, "
"fishy, tadpolesy. There probably are more but they tend "
"to hide from all non-ducks.\n");
add_property("no_undead",1); set_light(70);
add_item("pond", "It's wet, watery and deep.\n");
add_exit("waddle", "/w/ducky/workroom", "door");
}