#include "path.h"
inherit "/std/room";
void setup() {
    set_short("Parham's Smelly Shop");
    set_long("This is the storeroom for Parham's Equipment "
        "shop.  There are several items on the shelves here.  "
        "\n\n");
   add_exit("out",ROOM+"shop9.c","out");
   set_light(60);
}