// Petrarch
// Merentha Lib 1.0
#include <std.h>
inherit ROOM;
void create() {
::create();
set_short("This is the void.");
set_long("This is the Void. You are here because of an error. Please take the exit down back to "+mud_name()+".");
set_exits(([
"down":"/domains/Cabeiri/square",
]));
}