inherit "inherit/room2"; #define NAME "serepion" reset (arg) { if (arg) return; set_short(capitalize(NAME)+"'s workroom"); set_long("You stand knee deep in snow, atop a tall peak. The wind tears at you, trying\n"+ "to throw you from the roof of the world. Wisps of clouds race past you, carried\n"+ "along on the wind. The high noon sun shines down on the sea of mountains which\n"+ "surrounds you. No other place could be this beautiful.\n"); set_weather(2, 4, 5); set_exits (({"/room/city/square.c", "square", "/room/city/creator/inner1.c", "board", "/room/city/post.c", "post"})); }