inherit "inherit/room2"; void reset(status arg) { if (arg) return; set_weather(1,1,1); set_short("City of Zolgath"); set_long( "You have reached the ridge and stand before the city of Zolgath. You see\n" "several buildings along the streets and even a few people. Towering above\n" "the center of the city is a spire. As you look about a warrior dressed in\n" "black dragonscale armor walks past. Somehow he doesn't look friendly.\n"); set_exits(({ "/players/wrath/room/zolgath/29","northwest", "/players/wrath/room/entry/rd_6","down" })); }