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.\n"); set_exits(({ "/players/wrath/room/zolgath/5","north", "/players/wrath/room/zolgath/18","south" })); }