inherit "/std/room";
#include "path.h"
void setup(){
set_light(55);
set_short("Realm of the Lizard: Underwater Tunnel");
set_long("\nRealm of the Lizard: Underwater Tunnel\n\n"
" This is where the tunnel appears to come to an end. This"
" is the most light you have seen since you first dove"
" into the water, and that isn't saying much. There are"
" some small fish swimming around here. The tunnel ends, so"
" you will probably have to go up to the surface.\n");
add_item("fish", "These are some small fish swimming around.\n");
add_exit("up", UWATER+"cave", "path");
add_exit("south", UWATER+"uw12", "path");
}