#include "path.h" inherit HROOM; reset(arg) { if(arg) return; set_light(1); set_inside(1); short_desc="a tunnel"; long_desc="You are in a tunnel. It sure is hot."; dest_dir=({ PATH+"bottom","north", PATH+"tunnel2","south", }); }