inherit "inherit/room2"; #define NAME "dogberry" reset (arg) { if (arg) return; set_short("Dogberry's Inner Sanctum"); set_long ("The glass walls seem to pulse with blood and other bits\n" "of mortal remains. A dull red light filters through this\n" "disgusting display to cast a dull aura of impending doom...\n\n"); set_weather(5, 5, 5); set_exits (({"/room/city/square.c", "square", "/room/city/post.c", "post", "/room/city/creator/inner1.c", "wiz", "/room/city/library/library", "lib"})); }