/******************
 *       Key      *
 ******************
 * (*) InComplete *
 * (#) Complete   *
 ******************/

cre Sum:  (81) Complete
cre       (72) Incomplete

Map of the Forgotten Tunnels


#-#-#                                           *-*-*-*-*-*-*-*-*
| | |                                           | | | | | | | | |
#-#-#                                           *-*-*-*-*-*-*-*-*
| | |                                           | | |       | | |
#-#-#                                           *-*-*       *-*-*
| | |                  Enter here               | | |       | | |
#-#-#                           #-#-#-#-#-#-#-*-*-*-*       *-*-*
| | |                           | | | | | | | | | | |       | | |
#-#-#                           #-#-#-#-#-#-#-*-*-*-*       *-*-*
| | |                           | | |                       | | |
#-#-#-#-#-#-#-#-#-#-#           #-#-*                       *-*-*
| | |   | | | | | | |           | | |                       | | |
#-#-#-#-#-#-#-#-#-#-#           #-#-*                       *-*-*
| | |           | | |           | | |                       | | |
#-#-#           #-#-#-#-#-#-#-#-#-#-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
                | | | | | | | | | | | | | | | | | | | | | | | | |
                #-#-#-#-#-#-#-#-#-#-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
                | | |                             | 
                #-#-#                             * Down


Map of the Libraries

                                                  *
                                                  |
                                                  *
                                                  *-*-*-*-*-*-*-*-*
                                                  | | | | | | | | |
                                                  *-*-*-*-*-*-*-*-*
                                                  | | | | | | | | |
                                                  *-*-*-*-*-*-*-*-*
        "":TUNNELS"",

#include <std.h>
#include <forgotten.h>

inherit TUNNEL;

void create() {
    ::create();
    set_exits( ([ 
      ]) );
}


