inherit "players/relgar/temple/main";
#include "/players/relgar/private/mydefs.h"
reset (arg) {
reset_doors(arg);
load_door(({
"destination","d/tempus/w/relgar/pchamb21",
"direction","east door",
"long","An old oaken door.\n",
"key id","iron key",
"lock id","iron lock",
"lock description","A fairly mundane, iron lock.\n",
"door number",2,
}));
if (arg) return;
set_exits(({ }));
set_short("Priests private quarters");
set_light(2);
set_long(
"\tYou have entered the private chambers of one of the priests of\n"+
"the cathedral. In this room there are many pictures that depict demons on\n"+
"the walls. There is a bed against the southern wall and a desk and chair\n"+
"in the northwestern corner of the room. There is also a smaller version \n"+
"of the up-side down cross that hangs in the main cathedral. It is hanging\n"+
"on the northern wall. There is a rug lying on the floor that seems to be\n"+
"made from some type of animal hide.\n"
);
custom_exits=="";
set_items(({
"pictures",
"These pictures depict hordes of globular, amorphous fiends that are being\n"+
"led by larger winged demons of all shapes and colours. There appears to be\n"+
"quite a bit of order to their ranks.\n",
"bed",
"The bed against the western wall is well made and very utilitarian. There\n"+
"are no frilly adornments to the frame or anything that would be unnecessary\n"+
"for sleeping.\n",
"desk",
"The desk in the northwest corner of the room has some paper and a writing\n"+
"quill on the desk. There appears to be some writing on the paper.\n",
"paper",
"The writing on the paper is in some form of language which you don't\n"+
"understand. However, you do notice the picture what appears to be a large\n"+
"fortress that the priest has drawn on the paper.",
"quill",
"This quill is made from a very strange, large feather. It doesn't appear\n"+
"to be any bird that you have seen.\n",
"chair",
"The chair is made of oak and has no padding whatsoever. It, like the bed,\n"+
"appear to be only for utilitarian purposes.\n",
"cross",
"The small cross on the northern wall resembles the cross in the main \n"+
"cathedral almost percfectly. However, this version does not drip blood.\n",
"rug#hide#animal hide",
"The rug on the floor is the complete skin of a large mammal that looks as\n"+
"though it had six legs. The head has been removed however. It is completely\n"+
"black in color.\n",
}));
} /* end of reset */