inherit "inherit/room2.c";
reset(arg) {
if (arg) return;
set_weather(1,1,1);
set_short("Stairs");
set_long(
"You are on the stone staircase high above the City of Zolgath. You get the\n"
"impression that you are near the top even though the mist is now so thick\n"
"as to make you nearly blind. You have now lost the glow that you saw\n"
"before... Was it your imagination?\n");
set_exits(({
"/players/wrath/room/zolgath/1","north",
"/players/wrath/room/zolgath/3","southwest"}));
}