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 leading high above the City of Zolgath.\n" "The glow on the ridge seems to be getting a bit brighter in spite of the\n" "fact that a mist is forming the higher you go.\n"); set_exits(({ "/players/wrath/room/zolgath/2","northeast", "/players/wrath/room/zolgath/4","west"})); }