1 #include "room.h"
2 
3 #undef EXTRA_RESET
4 #define EXTRA_RESET\
5     if (!arg) {\
6 	 move_object(clone_object("obj/wiz_bull_board2"), this_object()); \
7     }
8 
9 ONE_EXIT("room/adv_inner", "north",
10 	 "The LPC board",
11 	 "This is the LPC discussion room.\n" +
12 	 "Only wizards can access this room.\n", 1)
13