inherit "inherit/room2";
reset(arg) {
if (arg) return;
set_weather(1,1,1);
set_short("City of Zolgath");
set_long(
"You are standing on a north/south street in the City of Zolgath. The\n"
"only people you see from here are a few meandering peasant types.\n"
"Noone seems to be interested in talking to you. You also notice a small dark\n"
"alley to the west. You notice that all of the passersby stay as far away\n"
"from it as possible. Maybe you would be wise to do the same.\n");
set_exits(({
"/players/wrath/room/zolgath/10","north",
"/players/wrath/room/zolgath/22","south",
"/players/wrath/room/zolgath/11","west"
}));
}