/* Do not remove the headers from this file! see /USAGE for more info. */
inherit OBJ;
void setup() {
set_adj("white", "beautiful", "colonial");
set_id("house");
set_light(1);
set_long("The house is a beautiful colonial house which is painted white. It is clear the owners must have been extremely wealthy. It appears someone has moved in; the front door is open.\n");
set_attached(1);
}