#include "path.h"
inherit "/std/underground";
void setup() {
set_short("Realm of the Duergar: Storeroom");
set_long("\n Realm of the Duergar: Storeroom.\n\n"
" Storeroom for the newbie store.\n"
"\n");
add_exit("out",NEWBIE+"store","out");
add_property("no_undead",1); set_light(60);
}