inherit "inherit/room2";
#define NAME "mirak"
reset (arg) {
if (arg) return;
set_short("This is the Primary Workroom of Mirak");
set_long ("Lord Mirak's humble abode. The place is a mess\n"+
"and to be fixed later.\n");
set_weather(2,0,0);
set_exits (({"/room/city/square.c", "square",
"/room/city/post.c", "post"}));
}