#include "path.h"
inherit "/std/underground";
 
void setup() {
  set_light(20);
  set_short("Realm of the Drow:  The Storeroom");
  set_long("\n   Realm of the Drow:  The Storeroom.\n\n"
           "     If you are a Mortal something has REALLY gone wrong.  "
           "Please contact a Demi-God immediately."
           "\n\n");
  add_exit("south",MAZE+"shop", "corridor");
}